Monthly archives: December, 2019

How to access DynamoDB from AWS Lambda

Simple scenario It is common scenario when Lambda needs to write and read data from DynamoDB table. Simple use case for that could be serverless web application: In this example we do not need to worry about connectivity between services as traffic goes via the Internet and is allowed by default. We just need to …