aws-toolkit-eclipse icon indicating copy to clipboard operation
aws-toolkit-eclipse copied to clipboard

(End of life: May 31, 2023) AWS Toolkit for Eclipse

Results 108 aws-toolkit-eclipse issues
Sort by recently updated
recently updated
newest added

Here is the error message I get when I try to test my gradle project with SAM local: Failed to launch SAM Local. The project must be a Maven project...

feature-request

Hi, I am using Eclipse Version: 2020-09 (4.17.0), Build id: 20200910-1200 for my java code. Recently, I am learning AWS Lambda and noticed that it failed to upload project to...

eclipse.buildId=4.17.0.I20200902-1800 java.version=11.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE Framework arguments: -product org.eclipse.epp.package.jee.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product Installation of AWS Toolkit from Eclipse...

Eclipse 2020-9 only runs on JVM 11 and higher. As I understand it JAXB is no longer included in the JVM from 11 and onward. Apparently the toolkit depends on...

``` Cannot complete the install because one or more required items could not be found. Software currently installed: AWS CodeStar Plugin 1.0.0.v201807201743 (com.amazonaws.eclipse.codestar.feature.feature.group 1.0.0.v201807201743) Missing requirement: AWS Toolkit Core Plugin...

Today I installed the AWS Toolkit for Eclipse in a fresh Eclipse 2020-06 instance. My project already contained a pre-existing and totally valid CloudFormation YAML template. Unfortunately, the plugin fails...

I'm not sure where the first error is but in Eclipse I cannot upload a lambda function. Unclear if its a S3 issue or Lambda `java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException at com.amazonaws.util.Md5Utils.md5AsBase64(Md5Utils.java:104) at...

feature-request

I should be able to at least view the source code for a specific AWS Lambda using the AWS Eclipse plugin, but all that is shown/available is metadata like name,...

Copy from: https://github.com/awslabs/aws-sam-cli/issues/1419 # Description Unable to launch AWS SAM LOCAL on MAC with eclipse due to a NPE. 1. Create the Hello World App in Eclipse, with out any...

bug

I am trying to Debug my lambda function on AWS tool kit. When I do debug it gives me an error stating: ``` Failed to launch SAM Local. Cannot run...

bug