A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
-
Updated
Oct 17, 2020 - Python
{{ message }}
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
troposphere - Python library to create AWS CloudFormation descriptions
Free Templates for AWS CloudFormation
Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
Deploy static websites in seconds - with HTTPS, a global CDN, and custom domains.
*cfn-lint version: 0.35.0
After validating a template that had a Sub function use like this:
field: !Sub
- "my string with ${parameter}
- parameter: 10
I received the following error message:
E1019 Sub parameter should be an object of 1 or string for *trimmed path*Fn::Sub
This message did not help me understand that the object cannot have an integer value, but only a string.
[Maintenance mode] Serverless Status Page System
[EOL] A command-line tool to declaratively manage Kubernetes clusters on AWS
Build better AWS infrastructure
Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.
While testing another PR, I found that mu pipeline logs command displays information from the pipelines, but also shows this error:
$ mu pipeline logs
[... normal, expected output ...]
func1 ▶ ERROR ResourceNotFoundException: The specified log group does not exist.
status code: 400, request id: f7260741-7f69-4772-b4cc-7c6a9c22d264This error does not occur with the `-f
An S3-triggered Amazon Web Services Lambda function that runs your choice of FFmpeg
Linting tool for CloudFormation templates
A serverless web framework for Node.js on AWS (CloudFormation, CloudFront, API Gateway, Lambda)
Seems like we can encrypt environment variables effectively for free by adding a KmsKeyArn property to functions. See: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md
This would be an easy contribution for a first timer...
Test all the CloudFormation things! (with TaskCat)
The AWS CloudFormation Public Coverage Roadmap
Serverless plugin for managing custom domains with API Gateways.
Setup your own private, secure, free* VPN on the Amazon AWS Cloud in 10 minutes. CloudFormation
This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included.
GoFormation is a Go library for working with CloudFormation templates.
CloudFormation templates to accelerate getting started on AWS.
The current behavior of --interactive is that any new stacks will get created, without any prompt. But this can be potentially dangerous (or at the very least, annoying) if you accidentally make a change, like changing the stack name, resulting in a whole new stack getting created.
Should stacker prompt you before creating a stack when using --interactive mode?
Add error handling during credentials onChange event so that the Scan Account feature does not activate if credentials are invalid
AWS - CloudFormation Templates
A template for setting up an AWS environment from scratch.
The open source version of the AWS CloudFormation User Guide
Add a description, image, and links to the cloudformation topic page so that developers can more easily learn about it.
To associate your repository with the cloudformation topic, visit your repo's landing page and select "manage topics."
Check to confirm CloudTrail is configured for multi-region.
CloudFormation - IsMultiRegionTrail: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html