Create a lambda function with an alias and a version
This pattern creates a Lambda function with an alias 'dev' associated with the latest version of the function.
The inline code is written in the template. For every update on the CloudFormation stack: the function's code and the version description need to be updated to trigger the changeset and create a new version.