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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,11 +99,11 @@ table_users = dynamodb.Table('table_name') # name of DyanmoDB created in Pre-Req
99
99
100
100
Run `bash ./create_lambda_package.sh` which will create the `lambda_function.zip`.
101
101
102
-
Download the `.zip` file using a command like `scp -i key.pem username@public_ip_address:/path/to/file .`
102
+
Download the `.zip` file using a command like `scp -i key.pem ec2-user@public_ip_address:/path/to/file .` where `/path/to/file` can be determined by `readlink -f lambda_function.zip`.
103
103
104
104
#### Deploying via SAM
105
105
106
-
Upload both `swagger.yaml` and `lambda_function.py.zip` into the S3 bucket.
106
+
Upload both `swagger.yaml` and `lambda_function.zip` into the S3 bucket.
107
107
108
108
To deploy the project for the first time with SAM, and for each subsequent code update, run both of
0 commit comments