Deploying AWS Serverless lambda Application with AmazonServerlessApplicationRepositoryClient does not work?
问题 I want to deploy my ASP.Net Core Web Application project through a c# console application. It means I am trying to create a serverless lambda application on AWS without AWS Toolkit or CLI command. I want to do this with AWS SDK. For this purpose I added below Nugets : AWSSDK.ServerlessApplicationRepository AWSSDK.Core AWSSDK.Lambda at first step I am making a package with msbuild command. Then Zipped and upload on S3 bucket and in final step I am running below code. It does not show me any