aws-apigateway
Here are 422 public repositories matching this topic...
Python Serverless Microframework for AWS
-
Updated
Sep 3, 2020 - Python
Emulate AWS λ and API Gateway locally when developing your Serverless project
-
Updated
Sep 4, 2020 - JavaScript
The simplest, most powerful way to build serverless applications
-
Updated
Sep 2, 2020 - JavaScript
Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
-
Updated
Sep 3, 2020 - C#
Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
-
Updated
Jun 21, 2019 - TypeScript
Extension for Burp Suite which uses AWS API Gateway to rotate your IP on every request.
-
Updated
May 28, 2020 - Python
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)
-
Updated
Apr 17, 2020 - Kotlin
I have the following setup:
- multiple stacks with shared API Gateway (see serverless docs)
- stack 1 defines a specific model and exports it (see serverless docs)
- stack 2 should make us of the model via
Fn::ImportValue
Stack1:
custom:
documentation:
models:
- name: BadRequest400ResponseJSON
contentType: 'application/json'
schema: ....
Use AWS Lambda + AWS API Gateway v2 for GraphQL subscriptions over WebSocket and AWS API Gateway v1 for HTTP
-
Updated
Aug 24, 2020 - TypeScript
This sample uses the Serverless Application Framework to implement an AWS Lambda function in TypeScript, deploy it via CloudFormation, publish it through API Gateway to a custom domain registered on Route53, and document it with Swagger.
-
Updated
Sep 3, 2020 - TypeScript
Easy logging and debugging for Amazon API Gateway and AWS Lambda Serverless APIs
-
Updated
Nov 13, 2019 - Python
My AWS Certified Solutions Architect Associate Study Notes!
-
Updated
Sep 16, 2019 - HTML
Network I/O interface for AWS Lambda Go runtime.
-
Updated
Nov 3, 2017 - Go
CLI experience for Frontend developers in the JavaScript ecosystem.
-
Updated
Jan 30, 2020 - JavaScript
Serverless framework plugin to export AWS SAM templates for a service
-
Updated
Nov 8, 2018 - JavaScript
An API and collection system to centralize important AWS resource information across multiple accounts
-
Updated
Jul 16, 2020 - Python
Serverless deployment of Python APIs
-
Updated
May 11, 2020 - Python
An example API and Worker written in Golang using the Amazon Serverless Application Model (AWS SAM)
-
Updated
May 14, 2020 - Go
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Aug 22, 2020
Moving the Amazon Cognito functionality down the stack to the backend. Ideal for migration purposes and extremely custom Auth functionality.
-
Updated
Apr 17, 2020 - Kotlin
Sign HttpRequestMessage using AWS Signature v4 using request information and credentials.
-
Updated
Jul 21, 2020 - C#
Converts simulation models to REST APIs
-
Updated
Mar 27, 2017 - JavaScript
Serverless application builder
-
Updated
Apr 7, 2019 - JavaScript
A sample implementation of an evolutionary architecture for a serverless application using safe deployments, automatically computing the fitness function at deployment time, with the possibility to rollback back if fitness is not improving.
-
Updated
Apr 23, 2019 - JavaScript
aws advanced files. cloudformation stacks and more
-
Updated
Jun 29, 2020 - HCL
A Serverless REST API template, implemented in Swift with swift-aws-lambda-runtime.
-
Updated
Jun 20, 2020 - HTML
-
Updated
Aug 29, 2019 - JavaScript
H Y P E R K U B E - A Serverless API and kubectl plugin providing a storage and retrieval Kubernetes cluster credentials. Hyperkube leverages AWS Secrets Manager for storing credential information.
-
Updated
Apr 23, 2020 - Python
Improve this page
Add a description, image, and links to the aws-apigateway topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aws-apigateway topic, visit your repo's landing page and select "manage topics."


** Which Category is your question related to? **
Interactions
** What AWS Services are you utilizing? **
Cognito, Lex
I'd like to be able to do a face auth and if a valid user is found, I'd like to simulate a click of the Microphone button without the user having to do so. How can this be done with the existing Chatbot component ?