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
Version: 7.0.0 Operating System: OSX 10.13.6 Steps to Reproduce: Create a function in functionbeat.yml with type kinesis and name containing dashes (or any other special character). Deployment fails because the created CloudFormation template is invalid.
It contains the following lines when trying to deploy the my-kinesis-function function:
Version: 7.0.0
Operating System: OSX 10.13.6
Steps to Reproduce: Create a function in
functionbeat.yml
with typekinesis
and name containing dashes (or any other special character). Deployment fails because the created CloudFormation template is invalid.It contains the following lines when trying to deploy the
my-kinesis-function
function:The problem is, that the key that
fnbmy-kinesis-function
is trying to reference is sanitized (fnbmykinesisfunction
).I have solved this in #11646, only posted the issue to gain traction.
The text was updated successfully, but these errors were encountered: