Questions tagged with Amazon API Gateway

Content language: English

Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

Right now I'm struggling to create the following input for a step function: ``` #set($data = { "auth": { "tenantId": "foo", "userId": "bar", "groups": "baz" }, "data": $input.path('$') }) ...
1
answers
0
votes
29
views
Jonas B
asked 4 days ago
I would like to understand if there is any additional pricing involved if we use the Cognito authorizer feature in API Gateway
1
answers
0
votes
21
views
baski84
asked 5 days ago
I just access to create amazon product advertising API. I created one to explore the API, I followed the amazon product advertising API 5.0 documentation. I also use the amazon sample NodeJS SDK...
0
answers
0
votes
13
views
asked 5 days ago
I'm working on my cloud formation template for a private ApiGateway that requires a resource policy. However, all the resource policy template i have used is not working because Api resource policy is...
1
answers
0
votes
11
views
asked 5 days ago
Hi Guys, I'm trying to automate Jupyther Notebook using lambda function with API Gateway and Websocket. I used this tutorial [https://www.youtube.com/watch?v=wSdVAa7b5Oc]()to configure my services...
0
answers
0
votes
38
views
asked 7 days ago
I'm using AWS AppSync to query and create data but now I need to update the objects. I'm using the update mutation created by AppSync but it is returning the data without updating. Could you please...
0
answers
0
votes
7
views
asked 7 days ago
I'm trying to make a public facing web app that allows for inferencing, with probably ten or so available models to my users. My initial thought was that I would have a front-end basic webpage, that...
1
answers
0
votes
16
views
asked 9 days ago
Hi, I am working on an application with the following architecture : ![App current architecture](/media/postImages/original/IMBwpUOuGLSRSeDRjbZbWqbA) The end users (customers) will connect to the...
0
answers
0
votes
30
views
asked 9 days ago
I have EC2 Servers running various applications. These servers are running LAMP using UBUNTU. I understand that ACM certificates cannot be applied directly to the EC2 instance. However, it seems I...
2
answers
0
votes
47
views
SSM
asked 10 days ago
I have an HTTP API in API Gateway that calls to a lambda function to process a file. As of now I have followed below steps to achieve this. 1. Created a lambda function for file processing. 2....
1
answers
0
votes
105
views
asked 11 days ago
Both the web console and CLI show the same 3 resources are associated with a cert I have. I would like to delete this cert as it expired 351 days ago. Among other things the cert was used on an API...
2
answers
0
votes
37
views
asked 11 days ago
My output from my authorizer follows the format specified by AWS, as seen below. ``` { "principalId": "yyyyyyyy", "policyDocument": { "Version": "2012-10-17", "Statement": [ { ...
2
answers
0
votes
46
views
asked 11 days ago