amazon-api-gateway
There are 82 repositories under amazon-api-gateway topic.
amazon-archives/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.
awslabs/serverless-photo-recognition
A collection of 3 lambda functions that are invoked by Amazon S3 or Amazon API Gateway to analyze uploaded images with Amazon Rekognition and save picture labels to ElasticSearch (written in Kotlin)
aws-samples/amazon-cognito-example-for-external-idp
An example for using Amazon Cognito together with an external IdP
aws-samples/one-observability-demo
Sample microservice based application demonstrating observability capabilities on AWS
aws-samples/generative-ai-sagemaker-cdk-demo
Deploy Generative AI models from Amazon SageMaker JumpStart using AWS CDK
aws-samples/aws-serverless-books-api-sample
Books API using Amazon API Gateway, AWS Lambda and Amazon DynamoDB while AWS SAM for IaC. CI/CD pipeline provisioned with AWS CDK.
aws-samples/aws-serverless-using-aws-cdk
This repository provides the basic patterns of AWS Serverless using AWS CDK.
nabinno/dojo
This is a repository for immersive learning, meditation or software development.
danilop/serverless-positive-chat
An inclusive chat that avoids negative messages and translates the content in the language that you choose, tracking the main topics of a chat room.
aws-samples/aws-cdk-openapi
The code is this repository accompanies the blog post "Deploy and manage OpenAPI (Swagger) RESTful APIs with the AWS Cloud Development Kit (AWS CDK)"
aws-samples/amazon-api-gateway-mutating-webhook-for-k8
AWS API Gateway as K8S mutating webhook to modify in K8S Pod automatically
chris-gong/gamelift-example-lambda
AWS Lambda backend for the GameLift Unreal Engine sample project
danilop/portable-serverless-app
An example of portable serverless app that can run on multiple platforms.
madhur-taneja/Serverless-Web-Application
A simple serverless web application deployed on AWS that enables users to request unicorn rides from the Wild Rydes fleet
aws-samples/amazon-api-gateway-websocket-feature-toggles
SAM application containing a feature toggle management solution based on Amazon API Gateway WebSocket APIs, AWS Lambda functions, and AWS DynamoDB streams.
meetsandeepan/Building-Modern-Python-Applications-on-AWS
Coursera Quiz Solutions
vbudilov/website-scraper-with-amazon-comprehend
Get additional insights from your data by running it through Amazon Comprehend
open-io/swift3
OpenIO flavor of the Swift3 Middleware for OpenStack Swift, allowing access to OpenStack swift via the Amazon S3 API.
vinscom/api-framework
API Framework is structured code/pattern/project template for you to write API based system using Vertx Framework (http://vertx.io/).
gabrielmissio/aws-serverless-webinar
This repository contains code and resources used in the 'AWS and Serverless' webinar, where we migrated a traditional Express server application to a serverless architecture using AWS Lambda. It includes an API for user management, a static website hosted on S3, CloudFormation templates for creating the necessary infrastructure, and more.
aws-samples/amazon-vpc-lattice-secure-apis
Securing API endpoints using Amazon API Gateway and Amazon VPC Lattice
oieduardorabelo/aws-sam-nested-applications-single-package-json
AWS SAM Nested Applications with single package.json to all lambda handlers
22MH1A42G1/AWS-Serverless-Sentiment-Analysis
Users can send a text string to the API and receive its sentiment result (POSITIVE, NEGATIVE, NEUTRAL, MIXED).
kentaro-m/issue-creator
:bullettrain_side: A Slack slash command for creating quickly a new issue on GitHub.
oieduardorabelo/cdk-api-gateway-websocket
WebSocket API in Amazon API Gateway using AWS CDK
aws-samples/amazon-sagemaker-xgboost-regression-model-hosting-on-aws-lambda-and-amazon-api-gateway
How to train a XGBoost regression model on Amazon SageMaker, host inference on a serverless function in AWS Lambda and optionally expose as an API with Amazon API Gateway
aws-samples/amazon-translate-enterprise-translation-solution
A centralized multi-tenant translation solution for enterprises using Amazon Translate and API Gateway
aws-samples/amazon-api-gateway-powered-browser-extension
Deploy a browser extension powered by Amazon API Gateway and AWS Lambda
aws-samples/amazon-sagemaker-xgboost-regression-model-hosting-on-amazon-ecs-fargate-and-amazon-api-gateway
How to train a XGBoost regression model on Amazon SageMaker, host inference on a Docker container running on Amazon ECS on AWS Fargate and optionally expose as an API with Amazon API Gateway.
huyle93/aws-serverless-app-aws1
This repository contains a collection of workshops and other hands on content that will guide you through building various serverless applications using AWS Lambda, Amazon API Gateway, Amazon DynamoDB, AWS Step Functions, Amazon Kinesis, and other services.
oieduardorabelo/cdk-dynamodb-streams-crud-api-gateway
DynamoDB Streams to capture data change in Amazon DynamoDB by CRUD with REST API in Amazon API Gateway
m1chae1bx/my-tasks-aws
A serverless Node.js based backend application deployed in Amazon Web Services (AWS)
PJ64/dynamodb_stream_cqrs
This is an example of a CQRS (command query response segregation) microservice pattern. This example also demonstrates using API Gateway mapping templates to directly update a DynamoDB table without invoking a Lambda function.
Raghav-Sahai/lambdaify
Create lambda api's easily