aws / aws-toolkit-eclipse

(End of life: May 31, 2023) AWS Toolkit for Eclipse
http://aws.amazon.com/eclipse
Apache License 2.0
275 stars 178 forks source link

View Lambda function source code #213

Open lonmiller opened 4 years ago

lonmiller commented 4 years ago

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, logs, tags, etc.

Steps to reproduce:

  1. Install/configure the AWS Eclipse SDK, open the AWS Explorer and click the AWS Lambda resource set.
  2. A list of AWS Lambdas for the region is shown.
  3. Right click a specific Lambda and select "open in function editor".
  4. I expect to view the Lambda's source code, all that is shown/available is metadata like name, logs, tags, etc. but no source code is shown.