AWS CodeStar and Cloud Formation Parameterization
I’m in the process of getting familiar with AWS and Serverless architecture and thought I’ll share some basics with you. I have created a sample project using AWS CodeStar that utilizes Python and AWS Lambda. When analyzing the buildpsec.yml and template.yml I found that in template.yml you don’t have any CodeUri location that would point to the artifact used by Lambda. At the same time in buildspec.yml you can find following command:...