aws-samples / aws-iam-identity-center-extensions

This solution is intended for enterprises that need a streamlined way of managing user access to their AWS accounts. Using this solution, your identity and access management teams can extend AWS SSO functionality by automating common access management and governance use cases
MIT License
65 stars 24 forks source link

Use NODEJS_20_X #125

Open trivikr opened 3 months ago

trivikr commented 3 months ago

Use Case

Lambda NODEJS_16_X runtime is used at multiple places https://github.com/search?q=repo%3Aaws-samples%2Faws-iam-identity-center-extensions%20NODEJS_16_X&type=code

It's deprecated as of Jun 12, 2024 and function create will be blocked on Feb 28, 2025. Lambda Supported Runtimes https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

Proposed Solution

Use NODEJS_20_X in use cases and patterns, which was made available on Nov 15, 2023