1.36.15 • Published 5 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
5 years ago
1.36.14
5 years ago
1.36.13
6 years ago
1.36.12
6 years ago
1.36.11
6 years ago
1.36.10
6 years ago
1.36.9
6 years ago
1.36.8
6 years ago
1.36.7
6 years ago
1.36.5
6 years ago
1.36.6
6 years ago
1.36.4
6 years ago
1.36.3
6 years ago
1.36.2
6 years ago
1.36.1
6 years ago
1.3.0
6 years ago
1.2.0
6 years ago
1.1.0
6 years ago
1.0.0
6 years ago