A lightning fast overview of everything you need to know to set up a REST endpoint with full CRUD capability with AWS Lambda, DynamoDB and AWS Amplify in 2 minutes.
Dev.to embed:
A lightning fast overview of everything you need to know to set up a REST endpoint with full CRUD capability with AWS Lambda, DynamoDB and AWS Amplify in 2 minutes.
Dev.to embed:
For further actions, you may consider blocking this person and/or reporting abuse
Subhash Bohra -
Anh Dung -
Mina -
S3CloudHub -
Top comments (3)
Is Amplify your recommended way of setting up Lambdas? Iβve found the AWS and SAM CLI to be a little painful, ended up going with Serverless Framework. Seems like what youβre doing here automates so much of the configuration, which is what I get out of Serverless Framework
it's the way I know best, so yes. I'd say AWS CDK is also a really easy way, that requires just a little bit more code. Serverless is more established, but third party. honestly between Amplify, CDK, and Serverless you have no bad choices here.
Late response but thanks for the reply!