How do you make sure an alias is always pointing to the latest version of a Lambda function using CDK?
I have a Lambda with an alias, but the Lambda code changes frequently, and I’m trying to figure out a way to have the Lambda version up to date and keep the alias pointing to the latest version, (without messing with things in the console, I want to keep everything in the CDK).