AWS-SAM-Tutorial
AWS-SAM-Tutorial copied to clipboard
The deploy.sh script should take a profile parameter.
Hi I'm making an API with NodeJS. I wanted to know two things; 1. How would I include npm packages? 2. How would I share code between functions ? Let's...
Otherwise you get ``` + aws s3 mb s3://SAM-tutorial-test-12345 make_bucket failed: s3://SAM-tutorial-test-12345 An error occurred (InvalidBucketName) when calling the CreateBucket operation: The specified bucket is not valid. ``` PS, thanks...