This message was deleted.
# aws
s
This message was deleted.
l
eventPattern is an Input<string>, though the docs just say string (I've requested that they change that). You can use
Copy code
eventPattern: gluejob.name.apply(name => `${name}OtherStuffHere`)
Or whatever works in your preferred language.