aws-safe-lambda-deployments
aws-safe-lambda-deployments copied to clipboard
Safe Deployments with AWS Lambda
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice....
CloudFormation templates in aws-safe-lambda-deployments have been found to include a [deprecated Lambda function runtime](https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html) (nodejs6.10). The affected templates have been updated to a supported runtime (nodejs10.x). Please note, **this pull...
*Description of changes:* - [x] Updating the runtime to Node 10 - [x] Updated the returnS3Buckets.js and returnS3BucketsNew.js to follow async programming style By submitting this pull request, I confirm...