A toolbox work with drecom/terraform-onboarding
See drecom/terraform-onboarding's README.md for more information.
$ git clone git@github.com:drecom/demo-box.git
$ cd demo-box
# Setting your AWS configure first
$ aws configure --profile terraform-onboarding
$ export AWS_DEFAULT_PROFILE=terraform-onboarding
Run this before you apply workspace system
cd lambda
You can use the shell script to upload lambda function to s3 bucket.
See lambda README for more details.
Read sample-app's README.md before you apply workspace production
cd sample-app
You can use these example applications to quickly try out.
See sample-app README for more details.