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
PR 315 increased the length of the id by seven characters ("-wrapped") when it launches implementation of the construct with a new name inside the shel with the old name.
Unfortunately both the shell and the internal construct can't use the same name, so we must alter the id in some way if we don't alter the actual id sent from the client. We will:
Change the added text to just "w" to reduce the number of implementations impacted
The fix for implementations that are still impacted is to switch to the new constructs. As they are functionally equivalent, this is very simple - merely npm install'ing the new construct and changing the type references in the code.
There are about 8 renamed constructs where this pattern needs to be addressed.
Shortening the wrapping would have worked in my case. Since it is often a good time to switch away from deprecated constructs I've switched (in my case aws-events-rule-sqs -> aws-eventbridge-sqs) to the new constructs and that works also great as expected . Thanks
PR 315 increased the length of the id by seven characters ("-wrapped") when it launches implementation of the construct with a new name inside the shel with the old name.
Unfortunately both the shell and the internal construct can't use the same name, so we must alter the id in some way if we don't alter the actual id sent from the client. We will:
There are about 8 renamed constructs where this pattern needs to be addressed.
Reproduction Steps
See comment in PR 315
Error Log
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: