Skip to content

Commit e6a306a

Browse files
authored
updated README.md
1 parent e230528 commit e6a306a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ table_users = dynamodb.Table('table_name') # name of DyanmoDB created in Pre-Req
9999

100100
Run `bash ./create_lambda_package.sh` which will create the `lambda_function.zip`.
101101

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`.
103103

104104
#### Deploying via SAM
105105

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.
107107

108108
To deploy the project for the first time with SAM, and for each subsequent code update, run both of
109109
the following AWS CLI commands in order.

0 commit comments

Comments
 (0)