aws built-in steps
pypyr has a whole bunch of ready-made built-in steps to make your life easier when interacting with AWS.
title | description | input context |
---|---|---|
client | Execute any low-level AWS client method. | awsClientIn (dict) |
ecswaitprep | Run me after an ecs task run or stop to prepare an ecs waiter. |
|
s3fetchjson | Fetch a json file from s3 into the pypyr context. | s3Fetch (dict) |
s3fetchyaml | Fetch a yaml file from s3 into the pypyr context. | s3Fetch (dict) |
wait | Wait for an aws client waiter method to complete. | awsWaitIn (dict) |
waitfor | Wait for any aws client method to complete, even when it doesn’t have an official waiter. | awsWaitFor (dict) |