aws / aws-parallelcluster-ui

Apache License 2.0
31 stars 17 forks source link

[Tools] Fix and improve tools used to deploy PCUI for local testing #334

Closed gmarciani closed 2 months ago

gmarciani commented 2 months ago

Description

Fix and improve tools used to deploy PCUI for local testing. In particular:

  1. Fixed the script used to update the lambda function with local code. It was broken because it was looking for the lambda function using a wrong name.
  2. Made deploy.sh able to update the lambda, so that the developer can now deploy local code with a single script.
  3. Added a success log line at the end of the above script to let the user kwno it succeeded.

How Has This Been Tested?

  1. Used both scripts to deploy PCUI for local testing.

PR Quality Checklist

In order to increase the likelihood of your contribution being accepted, please make sure you have read both the Contributing Guidelines and the Project Guidelines

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.