-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Events: validation error (Member must have length less than or equal to 64) #21808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We should truncate fields that are too long. |
I'm interested in contributing to this issue, so before I start working it, would you mind sparing your time explaining what the fix will be like and pointing me to some resources to get started. |
Can I contribute for this issue ? |
Hello, Thank you for those interested in contributing. If have not already, read CONTRIBUTING From there, check where the validation should be added, update or add the required tests, and that should be the work summary, successfully build your changes, submit a PR. Happy coding! |
Fixes #22120, #21808. Current setup does not allow deployment of the EventBus support stack due to StatementId being larger than 64 characters. ---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Describe the bug
Hi,
I am getting a validation error when deploying a CDK application with cross-account targets.
Context: The webhook stack creates a lambda function. I loop through a list of repositories and attach a lambda target to be invoked in the event of a PR merge. The lambda targets are in different AWS accounts.
Expected Behavior
I am able to synthesize the stacks and deploy without any errors.
Current Behavior
I am able to synthesize the stacks, but run into a validation error when deploying.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.39.0 (build e36bfe5)
Framework Version
No response
Node.js Version
v16.17.0
OS
macos
Language
Python
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: