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
I am upgrading from version 1 to version 2.2.0. I have followed the doc to upgrade and want to use js resolvers.
I am getting an error that swaps between
Property validation failure: [Length of value for property {/Definition} is less than minimum allowed length {1}]```
and
```CREATE_FAILED: GraphQlDs27 (AWS::AppSync::DataSource)
Property validation failure: [Value for property {/Name} does not match pattern {[_A-Za-z][_0-9A-Za-z]*}]```
Configuration for resolver:
```'Query.getStuff': {
functions: [
{
dataSource: 'dynamoDbDataSource,
code: 'mapping-templates/getStuff.js',
},
],
},```
When using request/response and using a vtl file it is able to deploy
The text was updated successfully, but these errors were encountered:
I am upgrading from version 1 to version 2.2.0. I have followed the doc to upgrade and want to use js resolvers.
I am getting an error that swaps between
The text was updated successfully, but these errors were encountered: