aws-samples / service-catalog-engine-for-terraform-os

Apache License 2.0
128 stars 40 forks source link

Update Parameter Parser Lambda runtimes from go1.x to provided.al2 #75

Closed aws-dlaqua closed 6 months ago

aws-dlaqua commented 6 months ago

Description

The go1.x Lambda runtime will be deprecated on 2023/12/31

This change follows the migration instructions provided in this guide: https://aws.amazon.com/blogs/compute/migrating-aws-lambda-functions-from-the-go1-x-runtime-to-the-custom-runtime-on-amazon-linux-2/

Testing

Deployed with ./bin/bash/deploy-tre.sh and confirmed same functionality by calling DescribeProvisioningParameters API

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