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.
Release files for sceptre-aws-resolver 0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sceptre-aws-resolver-0.4.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sceptre_aws_resolver-0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.5 kB
Release files / sceptre-aws-resolver-0.4.tar.gz
| Download URL | sceptre-aws-resolver-0.4.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dbe62b0232f43eaff684458f7e3d7ed0e3a934e10da38112f65af63bab0f711b
|
|
BLAKE2b-256 checksum How to use checksums |
d636ef112790252faf2d75347ca15947cf6dea04d07bbc67956d6d2b2696ca79
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / sceptre_aws_resolver-0.4-py3-none-any.whl
| Download URL | sceptre_aws_resolver-0.4-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8c53130329cdb3d595009053f187b976cba40c24d32c707da62ec6032f61e983
|
|
BLAKE2b-256 checksum How to use checksums |
aa6c24d66eed114d5385a85b4f822885f47219814912a2c8d72e75f7e6081f2c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|