awslabs / route53-dynamic-dns-with-lambda

A Dynamic DNS system built with API Gateway, Lambda & Route 53.
Apache License 2.0
486 stars 167 forks source link

Updated CDK stack to deploy Lambda with 3.11 runtime #48

Closed masberta closed 11 months ago

masberta commented 11 months ago

Issue #, if available: https://github.com/awslabs/route53-dynamic-dns-with-lambda/issues/46 Description of changes: Updated requirements.txt by removing version and added cdk-nag Added instructions on README.md to run pip install -r requirements.txt to ensure CDK is up to date. Modified CDK stack by removing option to name the Lambda function and updated to 3.11 runtime

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