serverless-patterns icon indicating copy to clipboard operation
serverless-patterns copied to clipboard

CDK project to authenticate API using Cognito client credentials flow

Open suhasini-udayar opened this issue 3 years ago • 2 comments

  • cdk project for cognito authenticated api

Issue #, if available:

Description of changes:

CDK TypeScript project for APG pattern service to service call using Cognito client credentials flow

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

suhasini-udayar avatar Oct 07 '22 19:10 suhasini-udayar

@suhasini-udayar looks like you are missing the example-pattern.json file in your pattern.

You can find the example-pattern template here.

The file is used on ServerlessLand and is required. Once the file is added we can review the pattern.

github-actions[bot] avatar Oct 08 '22 05:10 github-actions[bot]

@suhasini-udayar looks like you are missing the example-pattern.json file in your pattern.

You can find the example-pattern template here.

The file is used on ServerlessLand and is required. Once the file is added we can review the pattern.

Hello, I have added the example-pattern.json as suggested. Please let me know if you need any other info. Thanks.

suhasini-udayar avatar Oct 10 '22 15:10 suhasini-udayar

@boyney123 , please let me know if I need to make any changes. Thanks!

suhasini-udayar avatar Oct 21 '22 12:10 suhasini-udayar

@suhasini-udayar the repo is missing the actual lib folder with the code. Can you please fix and do a new PR? I didn't realize that before I merged.

singledigit avatar Nov 04 '22 17:11 singledigit

@singledigit , I missed it too. Will submit a new PR shortly. Thanks!

suhasini-udayar avatar Nov 04 '22 17:11 suhasini-udayar

@singledigit , here is the PR for lib - https://github.com/aws-samples/serverless-patterns/pull/916 Thanks again!

suhasini-udayar avatar Nov 04 '22 18:11 suhasini-udayar