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 selectionPattern used in the code for specifically the Kinesis response templates appears to be using an incorrect number type when it should be a string. It is not overridable in the serverless.yml file. To get my team unblocked here, I had to fork this package internally with a fix.
To reproduce the problem, just attempt to deploy any Kinesis -> Lambda integration with serverless.yml code such as the following:
For full disclosure, I was deploying only to LocalStack 2.2 at the time instead of real AWS, so it's possible LocalStack is more strict than AWS here. But the AWS documentation definitely states that the expected type is a string: Docs Link
The text was updated successfully, but these errors were encountered:
The
selectionPattern
used in the code for specifically the Kinesis response templates appears to be using an incorrect number type when it should be a string. It is not overridable in the serverless.yml file. To get my team unblocked here, I had to fork this package internally with a fix.To reproduce the problem, just attempt to deploy any Kinesis -> Lambda integration with serverless.yml code such as the following:
For full disclosure, I was deploying only to LocalStack 2.2 at the time instead of real AWS, so it's possible LocalStack is more strict than AWS here. But the AWS documentation definitely states that the expected type is a string:
Docs Link
The text was updated successfully, but these errors were encountered: