You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

authorization-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

authorization-api

A Pulumi component for deploying a secure, fully managed AWS Cognito-backed authorization REST API with Lambda and API Gateway.

0.0.1
Source
pipPyPI
Maintainers
1

Authorization API for AWS Cognito (Pulumi Component)

Note: 🚧 This project is currently under construction. Features and documentation may change frequently.

This repository provides a reusable Python package for deploying a secure, fully managed authorization REST API on AWS using Pulumi. The package provisions all necessary AWS resources—including Cognito user pools, Lambda functions, and API Gateway endpoints—to support robust user authentication, authorization, and user management workflows.

Features:

  • Automated deployment of a RESTful authorization API with Pulumi
  • Integration with AWS Cognito for user management and authentication
  • Lambda-based handlers for user registration, login, password management, and group assignment
  • Token validation and secure API Gateway integration
  • Easily configurable for different environments and user pool settings

Intended Use: Ideal for teams and projects that need a plug-and-play, cloud-native authorization backend with minimal setup, leveraging infrastructure-as-code best practices.

Getting Started: See the documentation for installation, configuration, and usage examples.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts