"AWS::AppSync::Resolver" and " AWS::AppSync::FunctionConfiguration" gives invalid name error. #8199
Unanswered
Y2KForever
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to deploy an AppSync API with SAM these last couple of days. Creating the actual API is no issue. However, whenever I try to create a resolver or a function I get an error that says: "Name contains an invalid character". Which I guess make somewhat sense for
FunctionConfiguration
since that actually have a property called "Name". However, resolver doesn't.This is how the
FunctionConfiguration
looks like in my template:And my
Resolver
:Does anybody see a distinct issue with this template? I've looked for hidden unicodes but can't find any.
Beta Was this translation helpful? Give feedback.
All reactions