Development with Python for AWS Lambda with AWS SAM
Some of my articles about each and both

Contents
If you are into coding python lambdas for AWS these might be useful
1 AWS Layered Lambdas
Implementing Layered Lambdas with AWS SAM and Python is a list of step-by step instructions to add a layer to the lambda function on AWS when using AWS SAM (Serverless Application Model) and Python including codechange in template.yaml and python module.
2 AWS SAM + AWS SQS + Python PowerTools
A list steps needed to implement asynchronous processing chain with AWS SAM + AWS SQS + Python PowerTools describing two big items:
- REST API Lambda: send message to SQS
- SQS Lambda Trigger: process message from SQS
3 AWS lambda performance Comparison
AWS lambda performance: JavaScript vs Python vs Golang - a comparison of different programming languages used for coding AWS Lambda functions.