Skip to content

Instantly share code, notes, and snippets.

@croosen
Last active May 6, 2019 10:18
Show Gist options
  • Save croosen/8dc42339949255ad6c348377519865d3 to your computer and use it in GitHub Desktop.
Save croosen/8dc42339949255ad6c348377519865d3 to your computer and use it in GitHub Desktop.
Create a bucket and copy the lambda.zip
$ 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