Skip to content

S3 bucket in aws-lambda-tools-defaults.json #1645

Answered by ashishdhingra
bmanola asked this question in Q&A
Discussion options

You must be logged in to vote

@bmanola Good morning. The Lambda function deployment process uses S3 bucket (if provided) to upload the ZIP file package containing Lambda code to the S3 bucket (else it uses MemoeryStream BLOB). The uploaded object key (this is autogenerated based on -sp parameter) is used in CreateFunction request object, to point to the ZIP file in S3 bucket as function code. Once deployed, you could safely delete S3 bucket without any side-effects.

Thanks,
Ashish

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ashishdhingra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
response-requested Waiting on additional info and feedback. Will move to close soon in 7 days. module/lambda-client-lib
2 participants