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

Hi, It seems that AWS Toolkit for Eclipse only uses IAM credentials for authentication. Would it be possible to allow it use to instance profiles for authentication? This would be...

feature-request

Lambda functions may be compiled outside the project. This would mean `CodeUri` would be pointing to a directory outside the project. In this case, the toolkit should not try to...

feature-request

Current Lambda plugin only recognizes an AWS Lambda function as a subclass of `RequestHandler`. We need to support the general definition of a [Lambda function handler](https://docs.aws.amazon.com/lambda/latest/dg/java-programming-model-handler-types.html).

feature-request

The object shows up in the root of the bucket instead of in the folder that the object was dragged to. Eclipse IDE for Java Developers Version: Oxygen.2 Release (4.7.2)...

feature-request

Would be really handy if we could specify our own command line arguments when running a sam-local configuration. For example, the docker-network argument would be really good! But perhaps something...

feature-request

I have seen that `Display.getCurrent().getActiveShell()` is used in several places to obtain the parent shell to open a dialog or wizard. One such example can be found in the [NewLambdaFunctionHandler](https://github.com/aws/aws-toolkit-eclipse/blob/master/com.amazonaws.eclipse.lambda/src/com/amazonaws/eclipse/lambda/project/wizard/handler/NewLambdaFunctionHandler.java#L32)...

After installing the AWS Toolkit for Eclipse and restarting Eclipse, a dialog appears that asks for credentials (see below). However, this is unexpected as the use may not even want...

Most of the dialogs from the AWS Toolkit don't have a window title (i.e. the Shell's text is empty). Is that on purpose?

On Windows the order of dialog buttons should be [OK] [Cancel] and not the other way around. The _Select a region_ can be found in _Preferences_ > _AWS Toolkit_ >...

Unable to create new AWS Java web project. 'java.util.List org.eclipse.m2e.core.project.IProjectConfigurationManager.createArchetypeProjects(org.eclipse.core.runtime.IPath, org.apache.maven.archetype.catalog.Archetype, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Properties, org.eclipse.m2e.core.project.ProjectImportConfiguration, org.eclipse.core.runtime.IProgressMonitor)'