In few hours, quickly learn how to effectively leverage various AWS services to improve developer productivity and reduce the overall time to market for new product capabilities.
Was able to complete Lab 1 and Lab 2 but there are a couple of incorrect settings in the artifacts block that caused build and deploy to fail, respectively.
Are these intentional as a troubleshooting exercise to the user?
Was able to complete Lab 1 and Lab 2 but there are a couple of incorrect settings in the
artifacts
block that caused build and deploy to fail, respectively.Are these intentional as a troubleshooting exercise to the user?
Lab1 > Stage 5 > buildspec.yml
FIX:
discard-paths
should beyes
to work.Lab2 > Stage 3 > buildspec.yml
FIX:
scripts/**/*
should bescripts/*
to be included in the bundle (otherwise the scripts are missing in CodeDeploy).