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

Deploying different lambdas without replacing the previously deployed lambda #4

Closed
joelfogue opened this issue Sep 20, 2018 · 0 comments

Comments

@joelfogue
Copy link

I asked my question here: https://stackoverflow.com/questions/52390767/pipeline-replaces-previously-deployed-lambda-when-deploying-new-lambda and here: https://stackoverflow.com/questions/52428945/how-to-re-use-codepipeline-to-deploy-different-lambdas-without-replacing-an-exis

But basically, how do we deploy a second lambda by reusing the same pipeline. To achieve this, I rerun step 4 and 5 of the tutorial but it creates a changeset and replaces my previously deployed lambda function but I want to display all previously deployed lambda not just the latest one.

And we also don't want to duplicate the pipeline for each lambda that we need to deploy. So is there something I'm missing on step 4 and 5 so that it doens't keep creating a changeset and replacing the previously deployed lambda but instead deploys it next to the previous one? Hope that makes sense.
I'm new to the aws cloudformation tool and learning as much as I can; thank you for your prompt response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant