python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
JsonPath mapping not working AWS Integration Response Api Gateway
I have an AWS Api Gateway set-up with an integration to an HTTP endpoint (specifically an AWS OpenSearch instance).
I want to transform the response from a query result from OpenSearch - effectively r...
JDBennett
Votes: 0
Answers: 0
How to make Lambda + API Gateway obey REQUEST_URI?
I created an AWS Lambda with my application (a Web server) written in Rust Actix. I use https://crates.io/crates/lambda-web
Then I added this Lambda as the backend of an AWS HTTP API. The HTTP API has...
porton
Votes: 0
Answers: 0
No able to add custom scope in AWS Pre-Token Generation trigger
I have AWS Cognito user pool with one Allowed custom scopes for my app client i.e. admin-only. I have two kinds of users 1. Users in Admin Group 2. Non-Admins users. For my one of the AWS API Gateway ...
Sohan Soni
Votes: 0
Answers: 1
Trigger Lambda from API Gateway in Terraform
I'm trying to deploy a basic API consisting in a lambda function as main endpoint and API gateway as proxy to this function. With the following configuration i'm able to build up the infrastructure, b...
Kevin
Votes: 0
Answers: 1