-
Hi Team,
We are using following configuration.
Lambda :-
```
exports.handler = async (event, context, callback) => {
try {
callback(null,policyData);
return;
} catch …
-
## New ACK Service Controller
Support for APIGateway
### List of API resources
List the API resources in order of importance to you:
1) RestApi
2) Integration
3) Resource
4) Stage
5) V…
-
### Describe the bug
Parsing existing cloudformation to a CDK construct. It contains APIGateways, Resources and Methods. The goal is to get their Integration information. The return type of CfnMethod…
-
Hello, i have problem trying to combine openapi-yaml because many of yaml files have this configuration:
ecurity:
- bearerAuth: []
x-amazon-apigateway-integration:
uri: "lambda blah …
-
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…
-
### 📜 Description
In our Backstage instance we are currently using several providers to fetch users (with LDAP) and our services (bu using the Gitlab provider).
Currently, we are refactoring our G…
-
### 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 tabling this work. It appears to not add much values since passthrough behavior is not configurable for proxy integrations (like lambdas).
An example of how this may look:
```ts
import *…
-
[//]: # (Please do not include your AWS account or credentials as part of the bug request.)
**Describe the Bug**
[//]: # (Please describe the behavior that you are seeing with as many details …
-
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…