aws-solutions / network-orchestration-for-aws-transit-gateway

The Network Orchestration for AWS Transit Gateway solution automates the process of setting up and managing transit networks in distributed AWS environments. It creates a web interface to help control, audit, and approve (transit) network changes.
https://aws.amazon.com/solutions/implementations/serverless-transit-network-orchestrator/
Apache License 2.0
113 stars 48 forks source link

manifest-generator: No such file or directory #14

Closed maheshrayas closed 3 years ago

maheshrayas commented 4 years ago

Description: I am trying to make some changes to code(custom_resource_handler.py) and trying to build. I get below error when its trying to generate the console-manifest.json

./build-s3-dist.sh: line 99: cd: /Users/<>/<>/repo/serverless-transit-network-orchestrator/deployment/manifest-generator: No such file or directory

and due to above issue, cd /Users/<>/<>/repo/serverless-transit-network-orchestrator/deployment/regional-s3-assets && zip -rv ./aws-transit-network-orchestrator-cr.zip ./console-manifest.json zip warning: name not matched: ./console-manifest.json

and the final package aws-transit-network-orchestrator-cr.zip doesn't contain the console-manifest.json.

Can you please suggest if I am doing anything wrong.

aijunpeng commented 4 years ago

Thanks for reporting the issue. It seems manifest-generator is missing from the GitHub open source. We have added the issue to our backlog and will have it fixed in near future.

rakshb commented 3 years ago

@maheshrayas Hello! we have fixed this and pushed the manifest-generator folder to GitHub repo

maykays commented 3 years ago

Resolved. Closing issue.