AWS Toolkit for Eclipse – an open-source plugin for developing, deploying, and managing AWS applications.
Java FreeMarker Other
Latest commit c8f1d5f Jun 2, 2017 @zhangzhx zhangzhx This release added Lambda Explorer which includes Logs, Tags, and Env…
…ironment Variables support; added S3 BucketEditor Tag support; also added always-save-files reminder before deploying serverless application.

README.md

AWS Toolkit for Eclipse

The AWS Toolkit for Eclipse is an open source plug-in for the Eclipse Java IDE that makes it easier for developers to develop, debug, and deploy Java applications using Amazon Web Services. With the AWS Toolkit for Eclipse, you’ll be able to get started faster and be more productive when building AWS applications.

Components

The Eclipse plugins included in the AWS Toolkit for Eclipse.

Contributing

Requirements

To contribute to the AWS Toolkit for Eclipse, you need to have at least these requirements met.

  1. Java 7+
  2. git, maven
  3. Eclipse IDE 4.4.2 (Luna) or newer
  4. EGit 3.4.2+, M2Eclipse 1.5.1+ (Note: these two plugins are part of the standard Eclipse distribution since Luna)

Build and Test with Maven

  1. Checkout the source code: git clone https://github.com/aws/aws-toolkit-eclipse
  2. Step into the target folder: cd aws-toolkit-eclipse
  3. Build and test with Maven: mvn clean verify

Import into Eclipse

You must have EGit installed to your Eclipse IDE.

  1. Open Eclipse, and choose File, Import, Git, Projects from Git, then choose Next.
  2. Open EGit Import Wizard, then choose Clone URI, Next.
  3. Type https://github.com/aws/aws-toolkit-eclipse in the URI field, and enter your Github user name and password. Then, choose Next.
  4. Select master branch, and specify the destination directory in the next two pages, and choose Next.
  5. Select Import existing Eclipse projects, and then choose Next.
  6. Select Search for nested projects, you would see all the plugin projects and feature projects etc. Select the projects you are interested in or all the projects, and then choose Finish.

Getting Help