matsev / api-gateway-continuous-deployment

MIT License
16 stars 12 forks source link

Simplified Serverless Application Deployment and Management #1

Open neillturner opened 7 years ago

neillturner commented 7 years ago

can we update the example to the latest changes: https://aws.amazon.com/blogs/compute/introducing-simplified-serverless-application-deplyoment-and-management/ https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md I assume the yaml can co-exist with the json in cloud formation. It seems the code has to be in S3 now on some sort of URL although i guess that URL could be in the this github repo. I'll have a go at updating.

matsev commented 7 years ago

@neillturner Thanks for the suggestion. I like the idea and for new projects I would definitely look into the AWS Serverless Application Model that you mention. However, since this GitHub project is a working example of the blog post that I wrote a few months ago (which in turn is based on two other blog posts (1, 2), with associated GitHub projects, they would also need to be significantly updated. However, imho blog posts are also a time document, very much like articles in newspapers. Once published, you can make minor additions and correct typos, but once published you do not rewrite the content when history changes. That said, I have added a note about SAM in both the blog post as well as in the readme of this repo.