serverless / serverless/examples

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

Open
#714 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
11.5k
Forks
4.4k
Avg merge
2h 55m
Merged PRs (30d)
3

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the serverless-rest-api-with-dynamodb example and the shown custom.dynamodb configuration. Determine whether the three local DynamoDB settings affect deployment to AWS, then document the answer in the example or its guidance; done means the deployment question is clearly answered.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, javascript
Domain
cloud, database
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.