- Amazon.Lambda.Tools (2.0.1)
- Fixed issue with .NET Core 2.0 version requiring .NET Core 1.0 runtime being installed
- Blueprints
- Amazon.Lambda.Templates (2.0.1) released with Amazon.Lambda.Tools reference bumped to 2.0.1 in blueprints.
- Amazon.Lambda.Tools (2.0.0)
- Added support for .NET Core 2.0 runtime in AWS Lambda.
- Add Validation if project is using a newer version of Microsoft.AspNetCore.All than is currently available in Lambda.
- Ignore, with warning, passed-in template parameters that are not declared in serverless.template.
- Fixed issue with --function-publish switch not working during function update.
- Amazon.Lambda.APIGatewayEvents (1.1.1)
- Deserialize incoming claims and custom authorizer properties to APIGatewayCustomAuthorizerContext
- Add missing Path property on ProxyRequestContext
- Amazon.Lambda.AspNetCoreServer (2.0.0)
- Updated target framework to .NET Standard 2.0 and ASP.NET Core 2.0
- If Cognito claims are found on an incoming API Gateway request create a ClaimsPrincipal with the claims for the HttpContext.User.
- Added virtual methods PostMarshallRequestFeature, PostMarshallConnectionFeature, PostMarshallResponseFeature and PostCreateContext to allow derived classes a chance to alter how requests and responses are marshalled.
- Mimic WebHost.CreateDefaultBuilder when creating the IWebHostBuilder and replace Kestrel registration with API Gateway.
- When not in development switch out the Console logger with Amazon.Lambda.Logger.AspNetCore to make sure application logging goes to the associated CloudWatch Logs without ANSI Console colors syntax.
- Fixed issue with not setting PathBase when marshalling request.
- Updated implementation of Microsoft.AspNetCore.Hosting.Server.IServer to match ASP.NET Core 2.0 declaration.
- Amazon.Lambda.Logging.AspNetCore (2.0.0)
- Updated target framework to .NET Standard 2.0 and ASP.NET Core 2.0.
- Added registration extension methods to Microsoft.Extensions.Logging.ILoggingBuilder.
- Blueprints
- New blueprint for an ASP.NET Core Web Application with Razor Pages.
- Amazon.Lambda.Templates (2.0.0) released with latest .NET Core 2.0 blueprints.
- Amazon.Lambda.S3Events (1.0.2)
- Updated to use latest AWSSDK.S3 to fix issue with comparing EventName property to the SDK EventType constants.
- Blueprints
- Update S3 blueprint to use latest Amazon.Lambda.S3Events.
- Amazon.Lambda.Templates (1.4.5) released with latest blueprints.
- Amazon.Lambda.CloudWatchLogsEvents (1.0.0)
- Pull request #188. New event package for CloudWatch Logs. Thanks to Toshinori Sugita.
- Amazon.Lambda.Tools (1.9.0)
- Added new --apply-defaults switch. If set to true from either the command line or aws-lambda-tools-defaults.json, values from the aws-lambda-tools-defaults.json file will be applied when updating an existing function. By default function configuration values from aws-lambda-tools-defaults.json are ignored when updating an existing function to avoid unattended changes to production functions.
- Blueprints
- Update dependency reference for Amazon.Lambda.Tools to 1.9.0
- Amazon.Lambda.Templates (1.4.4) released with latest blueprints.
- Amazon.Lambda.LexEvents (1.0.2)
- Add slot details and request attributes to LexEvent.
- Blueprints
- Update dependency reference for Amazon.Lambda.LexEvents
- Amazon.Lambda.Templates (1.4.3) released with latest blueprints.
- Amazon.Lambda.LexEvents (1.0.1)
- Blueprints
- Update dependency reference for Amazon.Lambda.LexEvents
- Amazon.Lambda.Templates (1.4.2) released with latest blueprints.
- Amazon.Lambda.Tools (1.8.1)
- Fixed issue deploying to AWS Lambda in the US GovCloud region.
- Amazon.Lambda.Tools (1.8.0)
- Add support using YAML formatted CloudFormation templates.
- Blueprints
- Update dependency reference for Amazon.Lambda.Tools
- Amazon.Lambda.Templates (1.4.1) released with latest blueprints.
- Amazon.Lambda.Tools (1.7.1)
- Fixed error message when missing required parameters.
- Improved logic for searching for the current dotnet CLI
- Added --disable-version-check switch for users that want to try running with libraries that declare .NET Core 1.1 dependencies.
- Note, running with these libraries can have unforeseen side effects so only recommended for advanced cases with lots of testing done on the functions.
- Blueprints
- Added new AWS Step Function Hello World blueprint.
- Amazon.Lambda.Templates (1.4.0) released with latest blueprints.
- Amazon.Lambda.Tools (1.7.0)
- Add --disable-interactive switch for use in CI systems to prevent the tooling from blocking waiting missing required parameters.
- Fixed issue with serverless deployment that was not returning a failed exit code when the CloudFormation stack failed to be created.
- Blueprints
- Update dependency reference for Amazon.Lambda.Tools
- Amazon.Lambda.Templates (1.3.1) released with latest blueprints.
- Amazon.Lambda.AspNetCoreServer (0.10.2-preview1)
- Fixed issue computing resource path for custom domains.
- Fixed issue with resource path not being URL decoded.
- Amazon.Lambda.Tools (1.6.0)
- Add new package-ci command to use for deployment with AWS CodePipeline. This is the .NET Core Lambda equivalent of the AWS CLI command aws cloudformation package.
- Add --template-substitutions option to deploy-serverless and package-ci commands allowing parts of the serverless-template to be defined in separate files.
- Fixed issue with dead letter queue configuration getting cleared out during redeploy.
- Pull request #117, displaying tool version number. Thanks to Corey Coto.
- Add error check when deploying from Linux and the
zip
command line utility is not found. Thezip
tool is required on Linux to maintain file permissions.
- Amazon.Lambda.Logging.AspNetCore (1.1.0)
- Pull request #110, adding support for log category wildcards. Thanks to Cris Barbero.
- Blueprints
- Update dependency reference for Amazon.Lambda.Tools and Amazon.Lambda.Logging.AspNetCore
- Amazon.Lambda.Templates (1.2.0) released with latest blueprints.
- Amazon.Lambda.AspNetCoreServer (0.10.1-preview1)
- Fixed issue with not registering the JSON serializer.
- Blueprints
- Updated ASP.NET Core WebAPI blueprints to use version Amazon.Lambda.AspNetCoreServer (0.10.1-preview1).
- Amazon.Lambda.Templates (1.2.1) released with latest blueprints.
- Amazon.Lambda.KinesisFirehoseEvents (1.0.0)
- New package for AWS Lambda event types for Amazon Kinesis Firehose.
- Blueprints
- New Amazon Kinesis Firehose blueprint.
- Amazon.Lambda.Templates (1.2.0) released with latest blueprints.
- Amazon.Lambda.Tools (1.5.0)
- Added validation to stop deploying .NET Core 1.0 AWS Lambda functions if the project includes .NET Core 1.1 dependencies.
- Amazon.Lambda.LexEvents (1.0.0)
- New package for AWS Lambda event types for Amazon Lex
- Amazon.Lambda.Serialization.Json (1.1.0)
- Added serialization logging which can be enabled by setting the environment variable LAMBDA_NET_SERIALIZER_DEBUG = true
- Amazon.Lambda.AspNetCoreServer (0.10.0-preview1)
- Pull request #75, adding binary support. Check the README.md for details. Thanks to Eugene Bekker.
- Pull request #89, populate RemoteIpAddress and RemotePort on HttpContext.Connection. Thanks to Marcus Lum.
- Added the APIGatewayProxyRequest and ILambdaContext to the HttpContext.Items collection with the collection keys APIGatewayRequest and LambdaContext.
- Removed request and response logging and rely on the new logging available in Amazon.Lambda.Serialization.Json. This allowed the method signature to be changed back to directly use the Amazon.Lambda.APIGatewayEvents class.
- Amazon.Lambda.APIGatewayEvents (1.1.0)
- Added IsBase64Encoded property to APIGatewayProxyResponse as part of the binary support for Amazon.Lambda.AspNetCoreServer.
- Blueprints
- New Amazon Lex blueprint for the Lex Book Trip getting started sample.
- Updated all blueprints to latest version of the Amazon NuGet packages.
- Amazon.Lambda.Templates (1.1.0) released with latest blueprints.
- Amazon.Lambda.Tools (1.4.0)
- Update to latest AWSSDK.Core to pull in latest AWS SDK for .NET credential enhancments
- Promote to GA release
- Amazon.Lambda.DynamoDBEvents (1.0.1)
- Update to latest version of AWS SDK for .NET
- Amazon.Lambda.KinesisEvents (1.0.1)
- Update to latest version of AWS SDK for .NET
- Amazon.Lambda.S3Events (1.0.1)
- Update to latest version of AWS SDK for .NET
- Amazon.Lambda.Templates (1.0.0)
- New NuGet package adding the Lambda blueprints to the dotnet CLI
- To install: dotnet new -i Amazon.Lambda.Templates::*
- New NuGet package adding the Lambda blueprints to the dotnet CLI
- Blueprints
- Updated dependencies to latest AWS SDK for .NET dependencies and Amazon.Lambda.* dependencies.
- Fixed issue with AspNetCoreWebAPI not correctly checking if the BucketName property was set.
- Migrate blueprints to new msbuild project system.
- Projects all migrated Visual Studio 2017
- Amazon.Lambda.Tools (1.3.0-preview1)
- Flatten the publish runtime folder to help the Lambda runtime resolve platform specific dependencies. This also reduces the size of the Lambda package bundle by only including the dependencies needed for the Lambda environment.
- Blueprints
- Updated all blueprints to version 1.3.0-preview1 of Amazon.Lambda.Tools
- Amazon.Lambda.Tools (1.2.1-preview1)
- Pull request #60, fixing issue with subnet ids in aws-lambda-tools-defaults.json . Thanks to Scott Brady for the pull request.
- Blueprints
- Updated all blueprints to version 1.2.1-preview1 of Amazon.Lambda.Tools
- Amazon.Lambda.Tools (1.2.0-preview1)
- Reworked how the AWS region is determined. New logic follows the following pattern:
- Use region specified on command line
- Use region specified in aws-lambda-tools-defaults.json
- Determine region using the AWS SDK for .NET default region lookup
- Ask user for region
- Added --cloudformation-role commandline switch for the deploy-serverless command to specify an IAM role for CloudFormation to assume when creating or updating CloudFormation stacks.
- Changed deploy-serverless command to upload CloudFormation template directly to CloudFormation instead of S3 if the template size was less then 50,000 bytes. This was done to help users that were running into issues with the presigned URL to the template being too long for CloudFormation.
- Reworked how the AWS region is determined. New logic follows the following pattern:
- Amazon.Lambda.AspNetCoreServer (0.9.0-preview1)
- Add EnableRequestLogging and EnableResponseLogging properties to APIGatewayProxyFunction. If set to true the request and/or response will be logged to the associated CloudWatchLogs. This required the method signature for FunctionHandlerAsync to be changed to use Streams so the raw request data could be captured. An extension method was added in the Amazon.Lambda.TestUtilities namespace with the previous signature to help testing.
- Amazon.Lambda.APIGatewayEvents (1.0.2)
- Pull request #42, adding custom authorizer support. Thanks to Justin Yancey for the pull request.
- Amazon.Lambda.AspNetCoreServer (0.8.6-preview1)
- Pull request #44, improve error handling.
- Updated dependency of Amazon.Lambda.APIGatewayEvents to version 1.0.2.
- Amazon.Lambda.AspNetCoreServer (0.8.5-preview1)
- Fixed issue with accessing a closed response stream.
- Blueprints
- Added a preview ASP.NET Core Web API blueprint
- Amazon.Lambda.AspNetCoreServer (0.8.4-preview1)
- Pull request #33, fixing issue with returning error HTTP status codes. Thanks to Travis Gosselin for the pull request.
- Amazon.Lambda.AspNetCoreServer (0.8.3-preview1)
- Pull request #32, refactoring base Lambda function to allow sub types to customize the function invoke handling. Thanks to Justin Yancey for the pull request.
- Amazon.Lambda.SimpleEmailEvents (1.0.0)
- New package for AWS Lambda event types for Amazon Simple Email Service. Thanks to Tom Winzig for the pull request.
- Amazon.Lambda.Tools (1.1.0-preview1)
- Added command line switches --config-file and --persist-config-file allowing use of alternative default config files and persisting the current values to the config file.
- Added --package switch to deploy-function and deploy-serverless commands to use a precompiled application package that skips building the project.
- Fixed issue with dotnet lambda package when output file was not a full file path.
- Blueprints
- Updated all blueprints to version 1.1.0-preview1 of Amazon.Lambda.Tools
- Amazon.Lambda.Tools (1.0.4-preview1)
- Fixed issue with zipping application bundles from paths that contain spaces
- Amazon.Lambda.APIGatewayEvents (1.0.1)
- Added IsBase64Encoded property to APIGatewayProxyRequest
- Amazon.Lambda.AspNetCoreServer (0.8.2-preview1)
- Added support for marshaling request body
- Blueprints
- Updated EmptyServerless and DynamoDBBlogAPI to 1.0.1 of Amazon.Lambda.APIGatewayEvents
- Updated all blueprints to version 1.0.4-preview1 of Amazon.Lambda.Tools
- Amazon.Lambda.Tools (1.0.3-preview1)
- Fixed issue with quoted strings in users path while searching for the dotnet CLI
- Blueprints
- DynamoDBBlogAPI: Change content-type to text/plain for AddBlogAsync which returns the ID of the new blog
- Updated all blueprints to version 1.0.3-preview1 of Amazon.Lambda.Tools
- Amazon.Lambda.Tools (1.0.2-preview1)
- Add CAPABILITY_NAMED_IAM capability when performing serverless deployment
- Add ability to disable capabilities for serverless deployment using the switch --disable-capabilities
- Blueprints
- Updated DynamoDBBlogAPI to map GetBlogAsync in serverless.template
- Updated all blueprints to version 1.0.2-preview1 of Amazon.Lambda.Tools
- Amazon.Lambda.Tools (1.0.1-preview1)
- Added PowerUserAccess as a managed policy used to create new IAM roles
- Added support for setting dead letter target with new switch --dead-letter-target-arn
- Blueprints
- Added new "Detect Label Images" blueprint