-
### 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…
-
## Context
I get the following error.
```Creating weather-london-dev-ZappaLambdaExecutionRole IAM Role..
Error: Failed to manage IAM roles!
You may lack the necessary AWS permissions to autom…
-
Hi, Is there any way to add these https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions.html extensions to the source code, so that generated API spec will have t…
-
### Describe the bug
After creating a proxy resource and manually calling `add_method` for each method needed, the methods were doubled and present both under the proxy and the root resources.
![a…
-
Current type definition for createEvent is this:
```typescript
declare const dictionary: {
"aws:apiGateway": import("aws-lambda").APIGatewayProxyEvent;
};
export default function createEven…
-
It looks like API Gateway has a new class of APIs called HTTP APIs which more closely fit with what Zappa aims to do. It might be good to start working on implementing support for this in Zappa.
ht…
-
- https://docs.aws.amazon.com/xray/latest/devguide/xray-services-apigateway.html
- [ ] iam role for xray permissions
- [ ] add sampling rule config
- [ ] add default sampling rule(s)?
-
In aws console APIGW, there is a Authorizer Failure, resides under "Gateway Response", by default the Authorizer Failure is set Response Status Code to 500, what is the area in chalice that i can conf…
-
* [x] aws ec2の料金調査
* [ ] aws ecsの料金調査
* [ ] aws eksの料金調査
* [ ] aws apigatewayの料金調査
* [ ] aws cloudfrontの料金調査
-
### Describe the bug
After creating a web socket api, if I use the *add_route* method where the integration is being created with the WebSocketLambdaIntegration from aws_apigatewayv2_integrations_alp…