portkey-cloud / portkey

Live-coding the Cloud
144 stars 7 forks source link

S3 upload #9

Closed cgrand closed 6 years ago

cgrand commented 7 years ago

Upload Lambda package to S3 and pass bucket/key to UpdateFunctionCode (http://docs.aws.amazon.com/lambda/latest/dg/API_UpdateFunctionCode.html#SSS-UpdateFunctionCode-request-S3Bucket)

viesti commented 6 years ago

Haa, I think this got into master in 712224947d9ae50a7e4af888076b6048bd9895d3.

viesti commented 6 years ago

deploy! takes now a map under:s3 key with :bucket and :key keys. :key is optional, defaults to (str lambda-function-name ".zip").