After some searching, I found that it was because python version for lambda environment should be 3.9 (while it was python3.7 & python3.6 in a couple of lines).
I tried updating version, uploading the file in my own bucket & using that link in cloudformation but it breaks further because of the way input parameters are referenced in the template. I am not knowledgeable enough tinker with cloud formation.
So, would really appreciate it if someone can make the changes (to python version for the lambda environment) in upstream template file.
Hi, I am fairly new to K8s & AWS and wanted to follow along the TGIK series from the start. The cloudformation template here (https://aws.amazon.com/quickstart/architecture/vmware-kubernetes/) breaks when i tried deploying it.
After some searching, I found that it was because python version for lambda environment should be 3.9 (while it was python3.7 & python3.6 in a couple of lines).
The cloud formation template has a nested template for spinning up k8s cluster and that is where the issue is (Template file link here: https://aws-quickstart-us-east-1.s3.us-east-1.amazonaws.com/quickstart-vmware/templates/kubernetes-cluster.template.yaml )
I tried updating version, uploading the file in my own bucket & using that link in cloudformation but it breaks further because of the way input parameters are referenced in the template. I am not knowledgeable enough tinker with cloud formation.
So, would really appreciate it if someone can make the changes (to python version for the lambda environment) in upstream template file.