Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Lambda Versions #9

Open
bensoer opened this issue Jul 11, 2022 · 0 comments
Open

Setup Lambda Versions #9

bensoer opened this issue Jul 11, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@bensoer
Copy link
Owner

bensoer commented Jul 11, 2022

Background
cdk-photo-archive uses a number of lambdas for processing things. When updating these lambdas though, can cause wierd or unwanted states on the end user

Problem
Sometimes lambdas are in wierd states where they can't be fully deleted or the user needs to fully uninstall the cdk-photo-archive just to upgrade. This is not ideal

Solution
Implement blue/green deploys and use AWS Lambda Versions from the CDK and Cloudformation to deploy updates to lambdas within the cdk-photo-archive. Most importantly is the feature lambdas should be having this treatement on updates. Second place is the other processing and queueing lambdas

@bensoer bensoer added bug Something isn't working enhancement New feature or request labels Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant