How to access DynamoDB from AWS Lambda inside VPC
It is common scenario when Lambda needs to write and read data from DynamoDB table, we do not need to worry about connectivity between services as traffic goes via the Internet and is allowed by default. What if our scenario is little bit more complicated our Lambda function is deployed inside VPC?