-
I want to trigger a Step Functions State Machine execution using API Gateway. I know I can make it happen using the AWS Console but can't seem to figure out why I can't with Pulumi, probably doing som…
-
### Describe the bug
What I'm trying to do, is remove a Lambda Function from the API Gateway. I don't want to delete the whole Lambda Function itself (though that's not even possible when I try to)…
-
### What happened?
![Image](https://github.com/user-attachments/assets/d03881b5-49b9-4263-8ed7-678ece7d05f8)
Based on the image above, we attempted to remove both `authorizationType` and `authorizer…
-
AWS websocket does not allow us to use byte[] for the data input. It just simply is impossible. Clearly, it's poor design from aws, but anyhow we'll definitely need string support for this package, si…
-
I would like to have one API gateway instanciated in one stage and references by another.
-
Our team is using SAM-functions for our APIs. To define the API we use open-API-specification, and AWS does not support the option to directly connect a SAM function to the open API specification. AWS…
-
One limitation that I am facing is that for the generated API gateway based on the openapi spec I would like to add an existing lambda function that exists in my serverless.yml.
For example, I have…
-
AWS Management Console – The AWS Management Console provides a web interface for creating and managing APIs. After you complete the steps in Prerequisites for getting started with API Gateway, you can…
-
Are there plans to support the Http API v2 events?
https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html
-
Hi,
API gateway has a max connection duration of 2 hours on all websocket endpoints (https://docs.aws.amazon.com/apigateway/latest/developerguide/limits.html#apigateway-execution-service-websocket-…