We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example: serverless-rest-api-with-dynamodb
custom: dynamodb: stages: - dev start: port: 8000 inMemory: true migrate: true # Comment if you don't have a DynamoDB running locally noStart: true migration: dir: offline/migrations
The text was updated successfully, but these errors were encountered:
@hugetiny you can find a working example with the latest package versions at http://medium.com/@durazno.marcodali/create-a-serverless-backend-for-your-new-project-with-lambda-dynamodb-and-typescript-in-a-couple-57b7a44b9a50
Sorry, something went wrong.
No branches or pull requests
example: serverless-rest-api-with-dynamodb
The text was updated successfully, but these errors were encountered: