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
Then, create a new`.env` file in the root of the `aws-dynamodb` directory right next to `serverless.yml`, and add your AWS access keys:
55
+
This will create an empty`.env` file. Open that `.env` file and can add in your AWS credentials
56
56
57
57
```
58
58
# .env
59
59
AWS_ACCESS_KEY_ID=XXX
60
60
AWS_SECRET_ACCESS_KEY=XXX
61
61
```
62
62
63
-
You should now have a directory that looks something like this:
64
-
65
-
```
66
-
|- serverless.yml
67
-
|- .env
68
-
```
69
-
70
63
### 3. Deploy
71
64
72
65
Once you have the directory set up, you're now ready to deploy. Just run the following command from within the directory containing the `serverless.yml` file:
0 commit comments