How to deploy a Asp.net minimal API to lambda using CDK #24201
Unanswered
RollsChris
asked this question in
Q&A
Replies: 2 comments 1 reply
-
A minimal lambda project with ASP.net is not just going to work with CDK. Have you taken a look at our guide Working with the AWS CDK in C#? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello! Reopening this discussion to make it searchable. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
HI,
I have a ASP.net minimal API Lambda project, which i can deploy using
dotnet lambda deploy-function
all fine, it manages to find the entry point just using the assembly name.But when i try and do the same using the CDK its not working, i can see in the log entries:
Error: executable assembly /var/task/lambdaMinimalApi.dll was not found.
What do i have todo differently to deploy a top level ASP.NET minimal API to lambda using the CDK?
Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions