Demonstration on how to manage resources using terraform in a sandbox account
Apply the provided infrastructure configuration using terraform.
The web app can be run locally and used for testing infrastructure in the sandbox, as well.
Will deploy the current local code to the lambda in the sandbox. This will have been created using the /infrastructure setup. Make sure your aws config is set to point to the sandbox.
./bin/deploy
The changes needed for running the full project successfully on the cloud and locally can be found on the following branch.