-
### Gloo Edge Product
Enterprise
### Gloo Edge Version
v1.17.3
### Is your feature request related to a problem? Please describe.
I can create a upstream / vs to an AWS lambda function, by also enab…
-
https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-apigateway.AwsIntegrationProps.html
The type for `service` (name) is simply `string`, while this may be adequate for services …
-
### What happened?
Any s3 related examples are using acl which deprecated from aws. I really think that it's problem that all resources I could gather (the exmaple repo, guides from the website, pu…
-
### Description:
I am running my AWS Lambdas locally using SAM and it's sam local start-api -t template.yaml command. Everything works fine apart from one of my Lambdas which is supposed to ret…
-
Given I have a function definition:
```
functions:
DataEnricher:
iamRoleStatements:
- Effect: Allow
Action:
- apigateway:GET
Resource:
- !Sub '…
-
### Describe the bug
RestAPI stage has variable, e.g. 'key1:value1'.
When you change it to 'key2:value2' CDK creates new variable but doesn't delete old variable.
![cdk](https://user-images.git…
-
### Describe the feature
When trying to create proxy resource of `/api/{proxy+}` in REST API like this
```typescript
const api = new apigateway.RestApi(this, 'MyApi', {});
api.root.addResource…
-
### Checkboxes for prior research
- [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaS…
-
## Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
## Issue details
We have thi…
-
### Describe the bug
Hello! I want to use the LambdaRestApi construct and use a non-proxy integration. Therefore, I set the proxy prop to false as shown in the [LambdaRestApi documentation](https…