Skip to content

Get Lambda function Code details #1990

Answered by RanVaknin
ParthaI asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ParthaI,

The Location field is a string describing the s3 bucket in which your code lives in. If you used the lambda console to upload your code / write code directly, you will not have access to the bucket.

Alternatively, you can create an s3 bucket yourself, upload your code there in the form of a zip file , and configure the lambda to load the code from the desired s3 bucket.
Just keep in mind that updating the s3 bucket with newer code will not trigger the lambda to rebuild the artifacts and run the updated code.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by RanVaknin
Comment options

You must be logged in to vote
1 reply
@RanVaknin
Comment options

Comment options

You must be logged in to vote
0 replies
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 "closing-soon" in 7 days.
2 participants