Skip to content
New issue

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

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

Open
hugetiny opened this issue Aug 28, 2022 · 1 comment
Open

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

hugetiny opened this issue Aug 28, 2022 · 1 comment

Comments

@hugetiny
Copy link

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
@marcodali
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants