[RFC] HTTP CRUD API #127
fredericbarthelet
started this conversation in
Constructs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The goal of this discussion is to get feedback on the "HTTP CRUD API" component.
If you are new to Lift, a quick intro: it's a Serverless plugin that can be installed via npm and enabled in any
serverless.yml
file.Here is what we are planning so far.
Use case
Providing an easy, compute-free, HTTP REST API with CRUD endpoints to manage resources.
Quick start
This exemple will create an API Gateway REST API, a DynamoDB table, and an IAM role to allow API Gateway to perform operations on the DynamoDB table.
How it works
API Gateway will handle:
What's included
// TBC
Feedback is welcome, just post a reply to this discussion 🙏
Beta Was this translation helpful? Give feedback.
All reactions