Created: 2020-01-27
Modified: 2020-01-27
AWS CodeBuild CICD - Deploy to Lambda
Build a CI/CD pipeline for Python Lambda functions using CodeCommit, CodeBuild, and AWS SAM templates to test and auto-deploy on every commit.
Created: 2020-01-09
Modified: 2020-01-09
IAM Auth for Lambda
Restrict access to a specific AWS Lambda function using an IAM policy scoped to its ARN, then invoke it from Python with boto3 and access keys.
Created: 2020-01-08
Modified: 2020-01-08
AWS Lambda - Basics
Create your first AWS Lambda function in Python, define a test event, and understand pricing per request and per GB-second of execution duration.