-
### CloudFormation Lint Version
1.10.3
### What operating system are you using?
Mac OS
### Describe the bug
When I run cfn-lint, it does not check the validity of the paths in Definitio…
-
A new Solutions Constructs pattern that creates a REST API as an Amazon S3 proxy in API Gateway.
### Use Case
- Abstract S3 storage
- Create a secure REST API proxy to S3 buckets
- Create S3 …
-
This proposed AWS Solutions Construct implements an Amazon API Gateway REST API connected to an AWS Step Function.
### Use Case
Start a new workflow execution directly via HTTP request by passin…
-
I would love to see support for some other common AWS resources, namely:
AWS::ApiGateway::Deployment
AWS::ApiGateway::Account
AWS::ApiGateway::Stage
AWS::ApiGateway::RestApi
AWS::ApiGateway::Meth…
-
Following the pattern outlined here of setting multiple headers works in local node environment: https://github.com/remix-run/remix/issues/231
```
return json(
{ success: true },
…
-
hi, these constructs are very helpful!
however, i am running into issues with my project because i cannot find an easy way to bundle my nodejs monorepo project. the lambda function that gets deploy…
-
### New feature motivation
Similar to the secrets checks for the other services (lambda/ec2/ecs/etc), more checks can be implemented
### Solution Proposed
Elastic Beanstalk:
* Configuration files …
-
### Name of the resource
AWS::ApiGateway::Stage
### Resource Name
_No response_
### Issue Description
Cloudformation is not seeing tags added to AWS::ApiGateway::Stage resources, resulting in fal…
-
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 …
-
I have a SAM template deploying three resources: An ApiGateway, a Lambda Function and a ApiGateway BasePathMapping.
```
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2…