-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error updating Lambda event source mapping: InvalidParameterValueException: Unsupported 'maximumBatchingWindowInSeconds' parameter for given event source mapping type. #6534
Comments
@viveklak any updates? I understand this is probably an AWS provider issue. |
@jeffrichie,
|
@tusharshahrs Thanks for the response. No, that doesn't work unfortunately. You get the same error. Once it starts failing, it doesn't stop until you destroy the resource and then re- |
Sorry for the delay and thanks @tusharshahrs for finding the related issue. It does seem like an AWS provider bug. @jeffrichie curious if you can try dropping back to an older version of the pulumi-aws sdk - say - v3.19.0 and report back? |
@viveklak I can give that a shot next time we run into this. |
@viveklak 3.19.0 of the provider hadn't introduced MSK topic in ESM's yet. It didn't work. |
@viveklak @tusharshahrs we figured out recreation steps -
Any ideas? This is becoming a serious blocking issue. |
Hi @jeffrichie,
|
|
I am afraid this continues to be an issue with the upstream provider and I can't think of a reliable workaround. There is this PR that has been open for a few days which should resolve it. |
Our code:
The error:
Expected behavior
Since we aren't passing the
maximumBatchingWindowInSeconds
parameter, neither should Pulumi.Steps to reproduce
pulumi up
to create the ESM for the first timepulumi refresh
pulumi up
again and the error comes out.The text was updated successfully, but these errors were encountered: