Questions tagged with Amazon API Gateway
Content language: English
Sort by most recent
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('$')
}) ...
I would like to understand if there is any additional pricing involved if we use the Cognito authorizer feature in API Gateway
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...
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...
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...
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...
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...
Hi,
I am working on an application with the following architecture :

The end users (customers) will connect to the...
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...
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....
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...
My output from my authorizer follows the format specified by AWS, as seen below.
```
{
"principalId": "yyyyyyyy",
"policyDocument": {
"Version": "2012-10-17",
"Statement": [
{
...