AWS CodeBuild CICD - Deploy to Lambda
Created: 2020-01-27, Modified: 2020-01-27
Build a CI/CD pipeline for Python Lambda functions using CodeCommit, CodeBuild, and AWS SAM templates to test and auto-deploy on every commit.
IAM Auth for Lambda
Created: 2020-01-09, Modified: 2020-01-09
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.
AWS Lambda - Basics
Created: 2020-01-08, Modified: 2020-01-08
Create your first AWS Lambda function in Python, define a test event, and understand pricing per request and per GB-second of execution duration.