Hello and thanks in advance for the help, Im trying to connect my serverless file to an existing API Rest in AWS but when I make the deploy it fails with the me
My goal is to set up some lambda functions which are public (i.e. no authorization required to send requests) and other ones which require a User to be logged i
I'm trying to execute API calls from ReactNative AWS Amplify to API Gateway endpoint using AWS_IAM authorization. I do it by calling (all Amplify initialization
AWS Document says, Custom domain names are not supported for private APIs. Source: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway
I've integrated HTTP API Gateway with SQS and have some problem with MessageAttributes. The main goal is to pass parameter in URL, attach it to message attribut
Note: It turns out that this had nothing to do with flutter and everything to do with the fact that I had set the API gateway to a Lambda Proxy I am trying to h
I have an api gateway set up with integration to a step function - the integration is working well and my function is executed. However I have a need to access
OpenID providers publish their metadata at a well-known URL. In Okta it looks something like this: https://dev-599740.okta.com/oauth2/default/.well-known/oauth-
We are experiencing an error when doing a SDK postToConnection() call as a promise, full error details given below. Other calls in the same function with a dif
I have an app built with FastAPI hosted on API Gateway using serverless. The API: https://xxxxx.execute-api.xx-xxxxxx-x.amazonaws.com/dev/{pro
I'm trying to get my API Gateway api to: Run an authorizer Pass authorizer context to a Step Function execution Respond to client with Step Function output I al
I have a use case where i am supposed to connect my client to apigateway using websockets. I have seen the API gateway can be configured with WAF rules in case
I have set AWS Usage Plan and attached a key to the API. I have this code which throws 403 Forbidden. fetch(myapi, { method: 'GET', headers:
I have a lambda function to signup users into a cognito userpool. I want to fusionate lambda with api gateway to make easier. What is the safest way to send pas
I have an existing API Gateway endpoint that is secured by a Cognito userpool authorizer. I'm not able to change the authorization method at this time. I would
I am trying to create a proxy API Gateway using CDK that can access non-public S3 bucket. To do this, I created a role: const role = new iam.Role(this, 'apigw-s
I am creating proxy API gateway to non-public S3 bucket using CDK. The S3 bucket contains html, javascript, and css files. I created an api using CDK like this:
How do I find the URL address of the API Gateway after deployment from Command line ? I use a script similar to below to deploy my API Gateway and Authorizer,
I'm trying to setup AWS OpenSearch(AWS version of ElasticSearch) and access its dashboard through API Gateway. In this way, I think I can enforce authentication
I want to add a custom domain to the API Gateway using serverless framework but without "serverless-domain-manager" or any other plugin. I am looking for a more