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

delete 'Remove Template Files' section #579

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions _chapters/create-a-dynamodb-table-in-sst.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,4 @@ Stack dev-notes-storage

The `Stack` name above of `dev-notes-storage` is a string derived from your `${stageName}-${appName}-${stackName}`. Your `appName` is defined in the `name` field of your `sst.json` file and your `stackName` is the label you choose for your stack in `lib/index.js'.

### Remove Template Files

There are a couple of files that came with our starter template, that we can now remove.

{%change%} Run the following in your project root.

``` bash
$ rm lib/MyStack.js src/lambda.js
```

Now that our database has been created, let's create an S3 bucket to handle file uploads.