Hi,
I know it could break some existing deployment flows, but shouldn't the lambda update-function-configuration happend before the update-function-code?
Actually the pipe atlassian/aws-lambda-deploy:0.8.0 executes the code update (along with version creation) and than it updates the function config (as seen here ). This causes the config changes not to be taken into consideration for the new version.
My current workaround is to:
1. publish the code with the expected config file using the new no-publish flag (thanks for that feature!!)
2. Republish the code, but this time it publishes a new version.
I'm not a AWS Lambda master yet, so I'm not sure if it's a misunderstanding or another way around this.
Thanks!
Hi @Francis Poulin ,
Thank your for your question!
We're investigating this issue and notify you.
Cheers,
Oleksandr Kyrdan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.