aws-samples / aws-microservices-deploy-options

This repo contains a simple application that consists of three microservices. Each application is deployed using different Compute options on AWS.
MIT No Attribution
429 stars 179 forks source link

Blue/green deployment for AWS Lambda #191

Closed arun-gupta closed 6 years ago

arun-gupta commented 6 years ago

Show blue/green deployment for AWS Lambda

arun-gupta commented 6 years ago

https://github.com/awslabs/serverless-application-model/blob/develop/docs/safe_lambda_deployments.rst

arun-gupta commented 6 years ago

https://docs.aws.amazon.com/lambda/latest/dg/automating-updates-to-serverless-apps.html

@allinwonder will share a code sample for pre/post hooks

arun-gupta commented 6 years ago

Fixed by https://github.com/aws-samples/aws-microservices-deploy-options/pull/218