-
when the third party application send message with "\'", there is an error "Could not parse payload into json" occured in API Gateway.
for example, customer send "I don't know", the third applicat…
-
### Describe the bug
The construct `StepFunctionsRestApi` seems to be buggy regarding `path` handling.
### Expected Behavior
When using `StepFunctionsRestApi` with `path: true` I expect my u…
-
### Describe the bug
When declaring a HttpAlbIntegration with parameterMapping for a regular cognito claim, say email or sub, everything works fine. But when defining a parameterMapping for a custo…
-
# Feature Request
## Summary
The behaviour of the `AWS::ApiGateway::Account` resource is surprising when compared to most CloudFormation resources. The resource has side effects, and can overwrite…
-
### Describe the feature
The RestApi construct in @aws-cdk/aws-apigateway could be more useful for split stacks if it had relaxed validation when `deploy: false` is specified in its RestApiProps.
…
-
## Related Issues
#783
## Description
Custom Domains Milestone 3 is to enable multiple domains to multiple Apis mapping. The task tracks adding multiple domains in SAM template.
```yaml
Type:…
-
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…
-
### Is there an existing issue for this?
- [X] I have searched existing issues, it hasn't been reported yet
### Use case description
REST APIs can use Kinesis Firehose streams as a direct destinati…
-
See https://aws.amazon.com/blogs/compute/announcing-websocket-apis-in-amazon-api-gateway/
https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-create-empty-api.html
-
### 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)…