aws-samples/aws-lambda-extensions

A couple of minor java-example-extension issues

DmitryGulin opened this issue · 1 comments

I was trying to follow README steps and deploy java extensions example and noticed a couple of small issues with it:

  1. target folder, as well as .jar and .zip files and VSCode .settings folder - all are missing in .gitignore;
  2. zip.sh and run.sh scripts have incorrect command ordering, which resulted in the following error:

chmod: extensions/java-example-extension: No such file or directory

Issues fixed.