Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

AWS Toolkit for Eclipse: v201709262229 Release

Compare
Choose a tag to compare
@zhangzhx zhangzhx released this 26 Sep 23:21
· 36 commits to master since this release
  • Support Lambda function versioning and alias

    • Upload Lambda function to AWS with alias and S3 Server-Side-Encryption.
      LambdaVersioningEncryption-upload

    • Check the result in AWS Lambda and Amazon S3 in AWS console.
      LambdaVersioningEncryption-result

  • Better support right click in the Project Explorer. Previously, it only supports project level right click.
    BetterSupportProjectExplorerForAwsLambdaActions

  • Move Decorators from project level to java class level to record the mapping remote AWS Lambda function
    LambdaProjectDecorator

  • Update the Invoke function dialog UI for supporting choosing from multiple handlers instead of invoking only the last deployed function.
    InvokeLambda

  • Resolving Issue: #56, #58, #66, #72.