Skip to content

Commit

Permalink
chore: Deprecate TSExpressPipelineResolver (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudokar committed Aug 26, 2023
1 parent 0fc9f82 commit 7d8e798
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ const project = new awscdk.AwsCdkConstructLibrary({
releaseToNpm: true,
gitignore: ['/.idea/'],

githubOptions: {
mergify: true,
},
autoMerge: true,
autoApproveOptions: {
allowedUsernames: ['cdklabs-automation'],
Expand Down
10 changes: 7 additions & 3 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/TSExpressPipelineResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export function response(ctx) {

/**
* Appsync's JS pipeline resolver with default bolierplate code using AppsyncTypescriptFunction construct
* @deprecated - Appsync now natively supports Unit resolvers. Ref: https://aws.amazon.com/about-aws/whats-new/2023/08/aws-appsync-javascript-all-resolvers-graphql-apis
*/
export class TSExpressPipelineResolver extends appsync.Resolver {
constructor(
Expand Down

0 comments on commit 7d8e798

Please sign in to comment.