-
Hi Team,
We are using following configuration.
Lambda :-
```
exports.handler = async (event, context, callback) => {
try {
callback(null,policyData);
return;
} catch …
-
## Hello!
- Vote on this issue by adding a 👍 reaction
- To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already)
## Issue details
W…
-
I am using pulumi version v3.13.2 with Typescript.
While trying to create a metric for an autoScalingGroup, I encountered a strange error.
The metric should count the amount of requests during the l…
-
Thank you for a useful tool.
I want to suppress findings (ex: `IAM.6`) whose type is AwsAccount.
I tried the following setting but it didn't work with error `Error: arn: invalid prefix`.
```yml…
-
I've done some testing, and it seems like one of the following 3 does what's needed, although this is difficult to absolutely confirm.
In the below, api is a SpecRestApi - https://docs.aws.amazon.com…
-
Current ApiGatewayToSageMakerEndpoint does not allow apiMethod to be configurable and creates an API with "GET" method by default. I have a use case where I want to "POST" images in body to Sagemaker …
-
### 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…
-
We are trying to use **serverless-apigateway-service-proxy** to hook the **s3 to api gateway** (and in turn to our website)
But something doesn’t seem to work properly (in S3 => API Gateway part)
…
-
Are there plans to support the Http API v2 events?
https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html
-
### Terraform Core Version
1.1.9
### AWS Provider Version
4.30.0
### Affected Resource(s)
aws_api_gateway_rest_api
### Expected Behavior
The body parameter accepts open api spec j…