Norm Johanson
Norm Johanson
The AWS .NET team is working on a new library for constructing .NET Lambda functions. The design doc can be viewed and commented on in this PR https://github.com/aws/aws-lambda-dotnet/pull/961. The high...
We should add a new NuGet package for the event objects and a blueprint to demonstrate how to create a .NET Core Lambda CloudFormation Macro.
This PR is for comments on a new .NET Lambda high level library to simplify writing .NET Lambda functions and make the experience more idiomatic. The high level overview of...
*Description of changes:* Add example to sample application how to configure and use Cognito to make authenticated REST API calls.  By submitting this pull request, I confirm that my...
### Describe the feature When deploying a function straight to the Lambda service using the `dotnet lambda deploy-function` command users can specific additional MSBuild parameters passing in the `--msbuild-parameters` switch....
### Describe the bug When deploy a project using the `deploy-serverless` command. If the CloudFormation template has a mix of Image and Zip package type functions the packaged CloudFormation template...
Just a simple fix to the package description for the Amazon SQS transport.
*Issue #, if available:* https://github.com/aws/aws-lambda-dotnet/issues/1317 *Description of changes:* The Lambda templates were using a "deprecated" feature to handle the things like namespaces and filenames allowed different characters. For example if...
*Description of changes:* This PR is the initial work to add support for structured logging natively in the Amazon.Lambda.RuntimeSupport the .NET Lambda runtime client (RIC). Serilog was used as the...
### Describe the feature In the old .NET deployment experience we had the `aws-ecs-tools-defaults.json` created during deployment so redeployments could be a quick 2 click start and confirm process. With...