Sam
AWS Lambda Testing and Debugging using IntelliJ, AWS SAM, and Docker
AWS Lambda is very popular nowadays. It is easy to develop and deploy without any hassle with providing and maintaining infrastructure. But sometimes it is difficult to test and debug your Lambda code locally on a PC. Here I will show you how to configure your PC to be able to test and debug AWS Lambda.
awslambdajava
Send Email Attachments with AWS Lambda + AWS Simple Email Service (SES)
How to send email attachments with AWS Lambda and AWS Simple Email Service (SES)
awslambdases