This is a workshop to learn how to create the most basic AWS Lambda functions using Python. Time permitting, we use AWS CDK to deploy the function. We also discuss use cases and potential integrations with other services.
- AWS Account (Sign up here)
- AWS CLI (Install here)
- Python 3.6+ Installation
- /hello_lambda - AWS CDK Project
- /hello_lambda/my_lambda - Lambda function code
- /hello_lambda/hello_lambda_stack - AWS CDK Stack to define lambda function resource
- /requirements.txt - Python packages required for the workshop (Generated with pipenv)