aws-solutions / media-services-application-mapper

Media Services Application Mapper is a browser-based tool that allows operators to visualize the structure and logical connections among AWS Media Services and supporting services in the cloud. The tool can be used as a top-down resource monitoring tool when integrated with CloudWatch.
Apache License 2.0
84 stars 27 forks source link

Pull and assemble /html/external during build time #266

Closed JimTharioAmazon closed 2 years ago

JimTharioAmazon commented 2 years ago

Issue #, if available:

188

Description of changes:

  1. Remove /external/ static folder
  2. Use npm and package.json to populate dependencies for web
  3. Point at /node_modules/ for dependencies instead of /external/
  4. Update build_s3_dist script to wipe and reload web dependencies
  5. Increase Lambda timeout for bucket loader custom resource

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.