You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IAM OIDC and EC2 VPC restrict default security group custom resources still use Node16 and SdkV2. These weren't changed because they didn't use the builtInCustomResourceNodeRuntime mechanisms.
Expected Behavior
Use Node18 as the custom resources runtime which necessitates also using sdkv3 in the handler.
Current Behavior
Node16 is used.
Reproduction Steps
Provision these custom resources.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.90.0
Framework Version
No response
Node.js Version
18
OS
MacOS
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered:
Changes the IAM OIDC provider custom resource to use Node18 and SDKv3.
Changes the restrict-default-security-group custom resource to use
Node18 and sdkv3. Updates unit tests to use the mock client library for
easier mocking.
deployed integration test stacks for testing.
Closes#26708
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
The IAM OIDC and EC2 VPC restrict default security group custom resources still use Node16 and SdkV2. These weren't changed because they didn't use the
builtInCustomResourceNodeRuntime
mechanisms.Expected Behavior
Use Node18 as the custom resources runtime which necessitates also using sdkv3 in the handler.
Current Behavior
Node16 is used.
Reproduction Steps
Provision these custom resources.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.90.0
Framework Version
No response
Node.js Version
18
OS
MacOS
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: