You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -154,6 +160,14 @@ Complete [blog/post/s-function.json](../master/blog/post/s-function.json). Here
154
160
}
155
161
```
156
162
163
+
Deploy the 5 endpoints:
164
+
165
+
```
166
+
sls dash deploy
167
+
```
168
+
169
+
Select the 5 endpoints and hit "deploy".
170
+
157
171
##### Step 7: Create a DynamoDB table
158
172
159
173
Do the following:
@@ -186,3 +200,7 @@ Now, you need to give your Lambda function permission to access the newly create
186
200
```
187
201
188
202
Replace `YOUR_REGION` e.g. with `us-east-1` or wherever you have your dynamodb table and replace `YOUR_AWS_ACCOUNT_ID` with your aws account id (which you can find here: [https://console.aws.amazon.com/billing/home?#/account](https://console.aws.amazon.com/billing/home?#/account)).
203
+
204
+
##### Done
205
+
206
+
Woohoo, you made it. You can tow test your serverless application, e.g., using Postman.
0 commit comments