Last active
September 23, 2022 04:39
-
-
Save nidhi-canopas/7fe27fdedf2249fa57dfec100c322255 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - aws configure set aws_access_key_id your_aws_acces_key_id | |
| - aws configure set aws_secret_access_key your_aws_secret_access_key | |
| - aws configure set region your_aws_region | |
| - aws s3 cp test_lambda.zip s3://your_aws_bucket |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment