We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Reduce overhead, don't waste your time!
create-serverless api --actions crud --endpoints users
Generates a serverless API with:
/users
/users/{id}
package.json
create
deploy
Just add--dynamodb to the api command and it will create a table with the endpoint name
--dynamodb
create-serverless api --actions crud --endpoints users --dynamodb creates a DynamoDB tableusers
create-serverless api --actions crud --endpoints users --dynamodb
users
create-serverless payment --stripe
Generates a serverless payment micro service, ready for Stripe Checkout integration with:
/create-payment