examples icon indicating copy to clipboard operation
examples copied to clipboard

Do i have to comment these three lines before i deploy to aws?

Open hugetiny opened this issue 3 years ago • 1 comments

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 avatar Aug 28 '22 23:08 hugetiny

@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

marcodali avatar Jan 17 '23 17:01 marcodali