awslabs / aws-sam-codepipeline-cd

A serverless app that sets up an AWS CodePipeline pipeline for a given GitHub repo. This app allows people developing SAM applications to quickly get CodePipeline-based CD setup for their project.
MIT No Attribution
88 stars 62 forks source link

Run integ test in deploy stage #12

Open honglu opened 5 years ago

honglu commented 5 years ago

Currently, there is a test stage before deploy stage that is designed to run integration tests.

However, in a more realistic or production environment, it is more common to run integration tests against a deployed stack.

We should add integration tests in Deploy stage and also add another stage after deploy stage similar to prod stage.

awslabs/realworld-serverless-application/issues/53