Skip to main content

Sceptre AWS resolver

Project description

sceptre-aws-resolver

PyPI version Build badge

Sceptre resolver for any AWS API. Get started by running pip install sceptre-aws-resolver

Format:

!aws client::operation::optional_parameters::optional_jmespath_filter.

Examples:

  • Return call to STS GetCallerIdentity in string format: !aws sts::get_caller_identity
  • Get current UserId: !aws sts::get_caller_identity::::UserId
  • Read a systems manager parameter and return its value: !aws ssm::get_parameter::'Name':'your-param-name'::Parameter.Value
  • Read a systems manager parameter and return its decrypted value if necessary: !aws ssm::get_parameter::'Name':'your-secret-param','WithDecryption':True::Parameter.Value

See the jmespath package for query examples:

https://pypi.org/project/jmespath/

Released under the simplified BSD licence. See LICENCE.txt for details.

Thanks to the https://github.com/zaro0508/sceptre-date-resolver project for providing the boilerplate.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sceptre-aws-resolver-0.4.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

sceptre_aws_resolver-0.4-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page