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
110 stars 46 forks source link

Build script refers to python 3.10 when the pre-requisite says that python3.9 to be installed #100

Closed srinadhbh closed 8 months ago

srinadhbh commented 9 months ago

Build script refers to python 3.10 when the pre-requisite says that python3.9 to be installed


[Build] Lambda zips for STNO Solution

building custom_resource/ rsync: [sender] change_dir "/opt/network-orchestration-for-aws-transit-gateway/deployment/../source/lambda/.venv/lib/python3.10/site-packages" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1327) [sender=3.2.6]

image