This documentation is not maintained. Please refer to doc.castsoftware.com/technologies to find the latest updates.


1.0.3-funcrel

Other Updates

Details
Code has been refactored for better comprehension: calls were previously linked to the handler of the AWS Lambda Function object, now calls are linked to the AWS Lambda Function object itself.

1.0.2-funcrel

Other Updates

Details
Update name description for AWS Object Type.
S3 Bucket should be considered as data entity.

1.0.1-funcrel

Other Updates

Details
AttributeError: 'NoneType' object has no attribute 'get_parameters'

1.0.0-funcrel

Note

Pushing from beta to funcrel release. No changes, bug fixes or feature updates have been made.

1.0.0-beta1

Note

Pushing from alpha to beta release.

If you are upgrading "AWS .NET" extension from a version ≤ 1.0.0-alpha5 and if your application contains configuration files for AWS Cloudformation, SAM or Serverless framework, it is highly recommended to add the com.castsoftware.cloudconfig extension so that proper migration of AWS objects takes place upon upgrading "AWS .NET" extension.

1.0.0-alpha5

Note

If your application contains configuration files for AWS Cloudformation, SAM or Serverless framework, it is highly recommended to add the com.castsoftware.cloudconfig extension so that proper migration of AWS objects takes place upon upgrading awsdotnet extension from previous versions (v< 1.0.0-alpha5).

Other Updates

Details
Support of Cloudformation, SAM and Serverless framework is removed from this extension. The support is now provided by com.castsoftware.cloudconfig. This extension remains responsible for linking the AWS objects that have a dotnet runtime to the handler.

1.0.0-alpha4

New Support

SummaryDetails
.NET support for S3 SDK AWSSupport link from .NET method to AWS S3 Bucket.

1.0.0-alpha3

Other Updates

Details
Fix incorrect dependency with wbslinker.

New Support

SummaryDetails
Lambda invoke with AWS SDK.Support to detect Lambda invoke with AWS SDK.

1.0.0-alpha2

New Support

SummaryDetails
Support SNS AWS DotnetSupport AWS SNS object modelization
Support AWS SQS DotnetSupport AWS SQS object modelization

1.0.0-alpha1

New Support

SummaryDetails
Support AWS Lambda setup with serverless FrameworkSupport AWS Lambda when created using serverless framework
Support AWS Lambda setup with AWS CloudFormationSupport AWS Lambda when created using AWS CloudFormation