Skip to content

Amazon AWS Cloudformation

"AWS CloudFormation is a service that helps you model and set up your Amazon Web Services resources so that you can spend less time managing those resources and more time focusing on your applications that run in AWS." - http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html

Examples

Import cloudformation stack entities into Datasette

aws cloudformation list-stack-resources --stack-name "$STACK_NAME" --region "$REGION"  |
jq -c '.[]' |
sqlite-utils insert datasette.db stack -