amazon-cognito-and-api-gateway-based-machine-to-machine-authorization-using-aws-cdk
amazon-cognito-and-api-gateway-based-machine-to-machine-authorization-using-aws-cdk copied to clipboard
fix: update lambda runtime to supported version
This change updates to a supported Lambda runtime and removes the unused bootstrap environment.
Description of changes:
NodeJS 12.x is no longer supported by AWS lambda. As a result, attempts to deploy a new lambda using the runtime result in failures. In addition, I could not find any references to REGION2
when following the README instructions. I've removed that bootstrap so that the setup_initial.sh
script could run successfully.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.