March 2019
Intermediate to advanced
168 pages
4h 33m
English
Code rarely stays static, as new requirements and business requests arise. To illustrate how well changes are supported, assume we made some changes to the Lambda function Python code and now want to use Python 3.7, instead of Python 3.6.
We can update the code, configuration, and stack in three steps:
Resources:
lambdadynamodataapi:
Type: AWS::Serverless::Function
Properties:
Handler: lambda_return_dynamo_records.lambda_handler
Runtime: python3.7
Read now
Unlock full access