1.36.15 • Published 4 years ago
cdk-appsync-api-gateway-resolvers v1.36.15
cdk-appsync-api-gateway-resolvers
Resolvers to map Appsync queries/mutations to API Gateway endpoints
Example Useage
const resolverRole = new ApiGatewayResolverRole(
this,
'groupResolverRole',
legacyApiArn
);
const dataSource = new ApiGatewayDataSource(this, 'groupDataSource', {
apiId,
httpEndpoint: legacyApiDomain,
serviceRoleArn: resolverRole.roleArn,
});
new GetResolver(this, {
apiId,
dataSourceName: dataSource.attrName,
apiStage: stageName,
apiPath: 'groups',
fieldName: 'group',
responseMappingTemplatePath: join(
__dirname,
'../resolvers/getGroupResponse.vtl'
),
});
Checklist
CD Feature | Provided |
---|---|
✅ | Typescript |
✅ | Linting (AirBnB + Prettier) |
✅ | Unit tests (Jest) |
✅ | Coverage check (ideally 100% with Jest) |
✅ | Github Continuous Deployment |
Built by Skyhook
This module is contributed by the team at Skyhook.
1.36.15
4 years ago
1.36.14
5 years ago
1.36.13
5 years ago
1.36.12
5 years ago
1.36.11
5 years ago
1.36.10
5 years ago
1.36.9
5 years ago
1.36.8
5 years ago
1.36.7
5 years ago
1.36.5
5 years ago
1.36.6
5 years ago
1.36.4
5 years ago
1.36.3
5 years ago
1.36.2
5 years ago
1.36.1
5 years ago
1.3.0
5 years ago
1.2.0
5 years ago
1.1.0
5 years ago
1.0.0
5 years ago