Skip to content

vadymbat/my_first_custom_resource

Repository files navigation

My first cloudformation custom resource

Requirements:

  • Unix-based machine
  • AWS account
  • aws-cli installed on the machine
  • IAM user with access to CloudFormation, IAM, Lambda, to create a cloudformation stack
  • S3 bucket (should be at the same region as a lambda)

How to deploy:

  1. clone the repo
git clone https://github.com/vadymbat/my_first_custom_resource \
&& cd my_first_custom_resource
  1. Put your aws parameters to build.sh and deploy.sh
  2. Run build.sh to build and upload zip for a lambda
bash build.sh
  1. Run deploy.sh to create a cloudformation stack
bash deploy.sh

Also take a look at logs which lambda generated.

More information about custom resources here.

The link to the original AWS guide.

About

The simple CloudFormation custom resource

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published