Last active
May 6, 2019 10:18
-
-
Save croosen/8dc42339949255ad6c348377519865d3 to your computer and use it in GitHub Desktop.
Create a bucket and copy the lambda.zip
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 s3api create-bucket - bucket $your-bucket-name - region us-east-1 | |
$ aws s3 cp lambda.zip s3://$your-bucket-name/lambda.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment