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

If you are updating AWSJava extension from a version older than 1.2.0-alpha3 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 such that proper migration of AWS objects takes place upon upgrading awsjava extension.

1.2.4-funcrel

Other Updates

Details
Internal string evaluator is upgraded.
Corrected error shown in log: AttributeError: 'NoneType' object has no attribute 'is_member'
Unknown fragments of AWS object names are represented with '?' character instead of '{}'.

1.2.3-funcrel

Other Updates

Details
Updated the metamodel description for the existing object "NodeJS Post HttpRequest service" to "AWSJava Post HttpRequest service".
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.2.2-funcrel

Other Updates

Details
Improved arbitrary inheritance depth for resolution of handler methods.
An issue causing overlinking to different handlers pertaining to the same handler class has been fixed.

1.2.1-funcrel

Other Updates

Details
The object type description for some objects has been updated to improve clarity.
AWS S3 Buckets are now defined as Data Entity objects.

1.2.0-funcrel

Note

Pushing from beta to funcrel.

1.2.0-beta1

Note

Pushing alpha to beta release.

1.2.0-alpha3

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 awsjava extension from previous versions (v< 1.2.0-alpha3).

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 java runtime to the handler.

1.2.0-alpha2

Other Updates

Details
Problem in metamodel making the use of com.castsoftware.mqe incompatible with the use of com.castsoftware.awsjava

1.2.0-alpha1

New Support

SummaryDetails
Support AWS SDK for S3 servicesUse of S3 services with AWS SDK for Java is now supported.
Support AWS SDK for SNS servicesUse of SNS services with SDK for Java is now supported.
Support AWS SDK for Lambda invokesUse of Lambda invoke with SDK for Java is now supported.