Darryl R.’s Post

View profile for Darryl R., graphic

Cloud Solutions Architect @ Ciena | Believe in Serverless Community

Combining fewer components to build your application can save you time but may not always be the best approach. API Gateway on AWS has a number of direct integrations with other services but you may need to write mapping templates using Velocity Template Language (VTL). You can combine most AWS components using Lambda functions and write the code needed to transform data if needed. Some components allow you to more directly interact without having a Lambda function. The example below from Khai Bui shows how you can directly integrate API Gateway with DynamoDB but you have build mapping templates to make it work. You are using fewer services but you have to determine if having those VTL templates is worth it for the overall solution. https://lnkd.in/e-5ZMH9P

Deploy AWS API Gateway to read and update DynamoDB without Lambda

Deploy AWS API Gateway to read and update DynamoDB without Lambda

medium.com

To view or add a comment, sign in

Explore topics