Sceptre AWS resolver
Project description
sceptre-aws-resolver
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sceptre-aws-resolver-0.4.tar.gz
.
File metadata
- Download URL: sceptre-aws-resolver-0.4.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbe62b0232f43eaff684458f7e3d7ed0e3a934e10da38112f65af63bab0f711b |
|
MD5 | d1fd9fe0f851285f0a5a0df69bd8a7af |
|
BLAKE2b-256 | d636ef112790252faf2d75347ca15947cf6dea04d07bbc67956d6d2b2696ca79 |
File details
Details for the file sceptre_aws_resolver-0.4-py3-none-any.whl
.
File metadata
- Download URL: sceptre_aws_resolver-0.4-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c53130329cdb3d595009053f187b976cba40c24d32c707da62ec6032f61e983 |
|
MD5 | c1f65931f2c1187dcd2d6aa4f82dbf07 |
|
BLAKE2b-256 | aa6c24d66eed114d5385a85b4f822885f47219814912a2c8d72e75f7e6081f2c |