aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
4.96k stars 2.1k forks source link

feat: api gateway lambda auth #923

Closed Me-Sunil closed 8 months ago

Me-Sunil commented 9 months ago

What is the Change ?

Creating a comprehensive CDK (AWS Cloud Development Kit) example for integrating a Lambda-based REST API Gateway with a tokenizing Lambda authentication mechanism represents a pivotal step towards establishing a secure, scalable, and efficient cloud-native architecture.

Why this example is important ?

People struggle with integrating authorizer in API gateway, because it may bring unforeseen challenges like -

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

kaiz-io commented 9 months ago

@Me-Sunil Thanks for the contribution! If you don't mind could you change the imports to match cdk v2 convention for ts. Also please add a README.md to explain how to run the cdk app and what it is accomplishing.

Me-Sunil commented 9 months ago

Hi @kaizio, Based on Feedback, recent changes contains

Me-Sunil commented 8 months ago

Hi @kaizio, can you let me know what is the progress on this.

kaiz-io commented 8 months ago

Should be able to get to this by this weekend.