examples
examples copied to clipboard
Do i have to comment these three lines before i deploy to aws?
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
@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