Serverless API Gateway
-
Updated
Nov 14, 2024 - JavaScript
Serverless API Gateway
This example demonstrates a pattern to leverage multiple identity providers with an API Gateway and manage Authorization with Amazon Verified Permissions.
A centralized Authentication and Authorization Gateway written on top of Netflix Zuul
JWT-based authentication and authorization service
A Lambda Authorizer that enriches the request with some additional session information.
Lambda-based Firebase Custom Authorizer for use in API Gateway with Serverless Framework.
AWS auth policy generator for API gateways lambda authorizers
Auth0 API Gateway Custom Authorizer
Reference project using AWS Lambda and Scala for CSV processing and loading into DynamoDB
AWS Cognito Authentication with Vue.js
This is a mini hotel reservation system. Comprising of Three microservice (Monitoring, Api Gateway, and All Business Logic Service). THIS DOES NOT FOLLOW Microservices Architecture strictly.
AWS API Gateway Authorizer Lambda
An Approov lambda authorizer in Python for the AWS API Gateway
Mécanisme d'autorisation pour API Gateway grâce à cette fonction Lambda. Elle prend, en config, un fichier de correspondance apiKey/salt. Le partenaire qui devra utiliser l'API, devra connaître l'algo de génération du token (à partir de apiKey/salt) qui est utilisé dans la function Lambda. Une dimension timestamp renforce l'algo pour augmenter l…
This repository contains Terraform configuration files for setting up and managing an AWS infrastructure focused on AWS Cognito. It is designed to demonstrate the integration of AWS Cognito with an AWS API Gateway REST API, exemplified by a "petstore" application.
The AWS components for my portfolio site using the AWS CDK
handles authentication and authorization within the BMB application. It includes Terraform configurations for setting up AWS resources like Cognito user pools and identity providers, ensuring secure and scalable user management and authentication mechanisms.
This repository provides a bootstrap for AWS lambda authorizer using Okta OAuth2. The function verifies the Okta access token sent in the authorization header from AWS API Gateway. The authorizer type is REQUEST, JSON payload format version 2.0. For more details of AWS lambda authorizer, please visit https://docs.aws.amazon.com/apigateway/latest…
Add a description, image, and links to the api-gateway-custom-authorizer topic page so that developers can more easily learn about it.
To associate your repository with the api-gateway-custom-authorizer topic, visit your repo's landing page and select "manage topics."