All Projects → csepulv → Auth Api Demo

csepulv / Auth Api Demo

Licence: mit
Securing Microservices on AWS with Cognito, API Gateway and Lambda Demo

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Auth Api Demo

Aws Serverless Auth Reference App
Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
Stars: ✭ 724 (+417.14%)
Mutual labels:  aws, aws-lambda, aws-cognito
Awsmobile Cli
CLI experience for Frontend developers in the JavaScript ecosystem.
Stars: ✭ 147 (+5%)
Mutual labels:  aws, aws-lambda, aws-cognito
Node Acme Lambda
Use AWS Lambda to manage SSL certificates for ACME providers like Let's Encrypt.
Stars: ✭ 120 (-14.29%)
Mutual labels:  aws, aws-lambda
Aws Appsync Rds Aurora Sample
An AWS AppSync Serverless resolver for the Amazon Aurora relational database.
Stars: ✭ 122 (-12.86%)
Mutual labels:  aws, aws-lambda
Covid 19 Api
This is the code running in AWS Lambda powering covid-api.mmediagroup.fr/v1. The API provides realtime and historical data on Coronavirus COVID-19 confirmed cases, deaths, and recovered cases. This API has now been called over 3 million times, thank you!
Stars: ✭ 122 (-12.86%)
Mutual labels:  aws, aws-lambda
Aws Lambda Blog
AWS Lambda serverless blogging platform
Stars: ✭ 119 (-15%)
Mutual labels:  aws, aws-lambda
Serverless Architectures Aws
The code repository for the Serverless Architectures on AWS book
Stars: ✭ 120 (-14.29%)
Mutual labels:  aws, aws-lambda
Iopipe Js Core
Observe and develop serverless apps with confidence on AWS Lambda with Tracing, Metrics, Profiling, Monitoring, and more.
Stars: ✭ 123 (-12.14%)
Mutual labels:  aws, aws-lambda
Lambda Toolkit
*DO NOT USE* - This project was done during my initial python and lambda's studies. I would recommend you the `serverless framework`.
Stars: ✭ 114 (-18.57%)
Mutual labels:  aws, aws-lambda
Spark On Lambda
Apache Spark on AWS Lambda
Stars: ✭ 137 (-2.14%)
Mutual labels:  aws, aws-lambda
Aws Data Wrangler
Pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL).
Stars: ✭ 2,385 (+1603.57%)
Mutual labels:  aws, aws-lambda
Aws Lambda List
A list of hopefully useful AWS lambdas and lambda-related resources.
Stars: ✭ 130 (-7.14%)
Mutual labels:  aws, aws-lambda
Serverless Layers
Serverless.js plugin that implements AWS Lambda Layers which reduces drastically lambda size, warm-up and deployment time.
Stars: ✭ 119 (-15%)
Mutual labels:  aws, aws-lambda
Lsh
Run interactive shell commands on AWS Lambda
Stars: ✭ 117 (-16.43%)
Mutual labels:  aws, aws-lambda
Cra Serverless
Serverless pre-rendering (SSR) for React SPA using AWS Lambda, S3, and CloudFront.
Stars: ✭ 137 (-2.14%)
Mutual labels:  aws, aws-lambda
Node Lambda Log
Basic logging mechanism for Node 6.10+ Lambda Functions
Stars: ✭ 115 (-17.86%)
Mutual labels:  aws, aws-lambda
Aws Lambda R Runtime
Serverless execution of R code on AWS Lambda
Stars: ✭ 121 (-13.57%)
Mutual labels:  aws, aws-lambda
React Native Aws Cognito Js
React Native AWS Cognito JS SDK
Stars: ✭ 134 (-4.29%)
Mutual labels:  aws, aws-cognito
Awesome Layers
λ A curated list of awesome AWS Lambda Layers. Sponsored by https://cloudash.dev
Stars: ✭ 1,655 (+1082.14%)
Mutual labels:  aws, aws-lambda
Serverless Docker Image Resize
Simple serverless image resize on-the-fly - Deploy with one command - Built with AWS Lambda and S3
Stars: ✭ 114 (-18.57%)
Mutual labels:  aws, aws-lambda

Securing Microservices on AWS with Cognito, API Gateway and Lambda

Handling auth is painful. But most applications need to authenticate users and control what resources they can access. Microservices, though growing in popularity, can add complexity. You need to secure both the user’s actions and the interactions between services.

Read the rest on Medium

For details on the AWS setup outlined in the article, please refer to aws-setup.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].