Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Api Gateway with Lambda and Cognito Authorizer #990

Closed
wants to merge 1 commit into from

Conversation

ariveroi
Copy link
Contributor

@ariveroi ariveroi commented Feb 1, 2024

Fixes #


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

@kaiz-io kaiz-io self-requested a review February 5, 2024 01:57
Copy link
Contributor

@kaiz-io kaiz-io left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing lambda code?

const lambdaFunction = new lambda.Function(this, "validator", {
runtime: lambda.Runtime.NODEJS_18_X,
handler: "index.handler",
code: lambda.Code.fromAsset("lambda"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is your lambda code?

@kaiz-io
Copy link
Contributor

kaiz-io commented Feb 18, 2024

No update on missing lambda code. Closing PR.

@kaiz-io kaiz-io closed this Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants