From db07b5e740a35ba2ec052424b44e70e9215f1702 Mon Sep 17 00:00:00 2001 From: Clayton Farr Date: Tue, 7 Sep 2021 11:38:16 -0600 Subject: [PATCH] delete 'Remove Template Files' section the initial API / hello world infrastructure is expected and built upon in subsequent tutorial steps, starting here - https://serverless-stack.com/chapters/review-our-app-architecture.html --- _chapters/create-a-dynamodb-table-in-sst.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/_chapters/create-a-dynamodb-table-in-sst.md b/_chapters/create-a-dynamodb-table-in-sst.md index 0b6f61e30..b5eefdf46 100644 --- a/_chapters/create-a-dynamodb-table-in-sst.md +++ b/_chapters/create-a-dynamodb-table-in-sst.md @@ -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.