2
2 Comments

[Feedback Request] I built a collection of user management examples on AWS serverless

https://coderecipe.ai/architectures/47858351

I found it very difficult to keep track of different ways of doing user management/ authentication on AWS services, and thats why I'm putting together a collection of recipes here https://coderecipe.ai/search?q=%23usermanagement . This list currently covers both REST API and graphql endpoints, using AWS's in house Cognito or other 3rd party services such as Auth0. All of them are currently using serverless framework for deployment, and written in nodeJS, but there will be more infrastructure as code frameworks being supported soon (eg. terraform).

Current recipes:
Secure Graphql endpoints using AWS Cognito: https://coderecipe.ai/architectures/47858351

Secure REST API endpoints using Auth0: https://coderecipe.ai/architectures/73652201

Secure REST API endpoints using AWS Cognito: https://coderecipe.ai/architectures/92025979

This collection will be updated continuously to follow the newest best practice. Hopefully it will be helpful to you, would be really appreciated if you can give me some feedback!

#product-feedback-request #tech-questions

submitted this linkon June 22, 2019
  1. 1

    I really love this idea. As a serverless/AWS lambda noob and a "liberal arts" major, its great to see examples of design flow to help conceptualize services which need to be included. I have done some cursory stuff with AWS Amplify. If only they would bring the service to their China operations which are firewalled from the rest of the world. :-( If I can access the platform and create toy examples, it shows the immense power of this new technology bundle.

    1. 1

      Thanks Vince Fulco! Ah so you can only see the recipes but not able to deploy them? Does VPN work?