Skip to content

Is it possible to execute lambda functions from sdk image? #1413

Answered by normj
zeusongit asked this question in Q&A
Discussion options

You must be logged in to vote

@zeusongit There are no plans to make the .NET SDK available in the Lambda managed runtime. I would increase the size of the base runtime significantly given the SDK is at least three times the size of the runtime and this could affect cold starts for Lambda.

The work around for this use cases is build your own Lambda container image that has the SDK built into along with our Lambda runtime libraries. Then you can deploy your Lambda function as a container image with all of the unique runtime dependencies that you require. Here is Lambda's docs for creating images: https://docs.aws.amazon.com/lambda/latest/dg/images-create.html. And here is our README for how we create the .NET Lambda bas…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@normj
Comment options

@zeusongit
Comment options

Answer selected by zeusongit
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
guidance Question that needs advice or information. response-requested Waiting on additional info and feedback. Will move to close soon in 7 days. module/lambda-client-lib
3 participants