2 Answers
- Newest
- Most votes
- Most comments
1
Hi,
"no update" means in many case that the code that you added didn't change the CloudFormation templates generated via CDK synth command.
Are you sure that the code that you added impacts the AWS resources to be created / update by the cdk synth?
Best,
Didier
1
Hello.
I would like you to check just to be sure, are you updating the wrong file?
Are you viewing the latest version in Lambda's console?
Please make sure you are viewing the latest version of the alias.
https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html
Relevant content
- AWS OFFICIALUpdated 5 months ago
I only edit the lambda source code instead any spec of the lambda instance..., I want to have my new source code deployed