code3
code3 copied to clipboard
The source code for Amazon Web Services in Action 3rd edition.
This PR fixes a minor typo and removes some unneeded key/value pairs from `chapter05/vpc.yaml`.
The version in the old repository isn't available anymore Please run `yamllint folder/template.yaml` and `aws cloudformation validate-template --template-body file://folder/template.yaml` before
## Bug Description The CloudFormation template in chapter16/template.yaml assumes the existence of Node.js applications in `/home/ec2-user/worker/` and `/home/ec2-user/server/` directories, but these directories and the required application code are not created...
https://github.com/AWSinAction/code3/blob/4ac62628783a7ab0d5ef9d60944551e448a0952b/chapter16/server/server.js#L8 As you can see there is a typo in the main branch, I also checked the `server.js` in the S3 bucket where the template is hosted and it is...