recipes icon indicating copy to clipboard operation
recipes copied to clipboard

chore(Recipes): Update AWS Lambda Go Runtime to Amazon Linux 2023 and Revise README for URL Permissions

Open the-exile-110 opened this issue 1 year ago • 0 comments

Changes

  • Runtime Update: Switched Lambda function runtime from go1.x to provided.al2023, aligning with AWS's latest support and performance enhancements.

  • README Update: Added instructions for setting up public access permissions on Lambda function URLs using aws lambda add-permission.

Rationale

These updates respond to the AWS deprecation of the Go 1.x runtime, ensuring our Lambda functions remain supported and secure. The README enhancement clarifies how to manage access permissions for function URLs, improving usability and deployment workflows.

Ref: Migrating AWS Lambda functions from the Go1.x runtime to the custom runtime on Amazon Linux 2

Testing Confirmed the updated runtime functions correctly and that README instructions effectively guide permission settings for function URL access.

the-exile-110 avatar Feb 17 '24 03:02 the-exile-110