-
Notifications
You must be signed in to change notification settings - Fork 427
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
Final Submission - Executable Tutorial: Deploying an API with a Custom Lambda Authorizer using Serverless #1387
Conversation
FeedbackIntroduction
Step 1
Step 2 & 3
Step 4
Step 5
Overall Feedback
|
Thanks for the fast response @sfkwww ! I'll have a look at it soon 👍 |
Thanks for some great feedback, @sfkwww ! Changes following feedbackThe location of the tutorial is still the same but I have made the following changes:
|
Sorry about the messy commit history. I forgot to rebase with |
Thanks for the final tutorial submission. I am now merging your PR and we will grade your work based on the final version. |
@SophieHYe , just checking. You said you were merging my PR but didn't actually do it 😅 |
Ah, sorry about that. Now it merged. 😅 |
Members
Proposal
I would like to create a tutorial for deploying (using serverless) a simple service protected by a Custom Lambda Authorizer.
serverless.yml
that calls need to pass the authorizer to go throughWhen I have worked with this on a personal project I wasn't able to find anything on exactly this topic, they were mostly using JWT directly - which is fine when you're building something from scratch but wasn't possible in my case. I needed to validate API keys against a different service, but I still wanted the convenient caching provided by the Amazon API Gateway.
While it would probably look better and be more useful on Medium, I'll probably have to go with one of the browser platforms like Katacoda based on the grading criteria.
Question: Would it work if I create one version on Katacoda and one on Medium?
Submission For Feedback
I have opted to only do a version for Katacoda for now.
The tutorial can be found at katacoda.com/oskstr/scenarios/lambda-authorizer-with-serverless
and the repo can be found at oskstr/katacoda-scenarios.
Looking forward to feedback from @sfkwww as per #1162.
Executable Tutorial: Deploying an API with a Custom Lambda Authorizer using Serverless
Members
Proposal
I would like to create a tutorial for deploying (using serverless) a simple service protected by a Custom Lambda Authorizer.
serverless.yml
that calls need to pass the authorizer to go throughWhen I have worked with this on a personal project I wasn't able to find anything on exactly this topic, they were mostly using JWT directly - which is fine when you're building something from scratch but wasn't possible in my case. I needed to validate API keys against a different service, but I still wanted the convenient caching provided by the Amazon API Gateway.
While it would probably look better and be more useful on Medium, I'll probably have to go with one of the browser platforms like Katacoda based on the grading criteria.
Question: Would it work if I create one version on Katacoda and one on Medium?
Submission For Feedback
I have opted to only do a version for Katacoda for now.
The tutorial can be found at katacoda.com/oskstr/scenarios/lambda-authorizer-with-serverless
and the repo can be found at oskstr/katacoda-scenarios.
Looking forward to feedback from @sfkwww as per #1162.
Final Submission
The location of the tutorial is still the same but I have made the following changes:
Diff log: oskstr/katacoda-scenarios@756b829...85ad312