Replies: 1 comment
-
@zeusongit I just answered your question for this on our AWS Lambda repository aws/aws-lambda-dotnet#1413 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, so I have a use-case where I have an executable that requires .NET6 SDK and the lambda function should trigger that executable with the required arguments to run it inside lambda, but the aws lambda runtime for .NET6 provide by Amazon does not include the SDK part to run the executable. Is it possible to run the Lambda function using the .NET6 sdk image?
Beta Was this translation helpful? Give feedback.
All reactions