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

AWS Sam Local eclipse toolkit

Open speedysingh786 opened this issue 4 years ago • 4 comments

com.amazonaws.eclipse.core.exceptions.AwsActionException at com.amazonaws.eclipse.lambda.launching.SamLocalDelegate.launch(SamLocalDelegate.java:159) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:862) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:720) at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1020) at org.eclipse.debug.internal.ui.DebugUIPlugin$2.run(DebugUIPlugin.java:1234) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) Caused by: java.lang.NullPointerException at com.amazonaws.eclipse.lambda.launching.SamLocalDelegate.launch(SamLocalDelegate.java:116) ... 5 more

eclipse.buildId=4.12.0.I20190605-1800 java.version=1.8.0_211 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -data file:/C:/Users/P7110672/lambda-research/ -product org.eclipse.epp.package.jee.product

speedysingh786 avatar May 06 '20 10:05 speedysingh786

what version of the SAM CLI do you have? can you run sam --version ?

kiiadi avatar May 07 '20 18:05 kiiadi

SAM CLI, version 0.47.0

speedysingh786 avatar May 12 '20 13:05 speedysingh786

At the moment, the Eclipse toolkit does not support the latest version of the SAM CLI.

Until that is fixed, both the AWS Toolkit for JetBrains and AWS Toolkit for VS Code have support for the latest SAM CLI versions.

rli avatar May 12 '20 21:05 rli

What version of SAM CLI is supported?

arthurlwright avatar May 28 '20 05:05 arthurlwright