Arun Donti
Arun Donti
## Request: Make rules to validate that a template defines resources that exist for a particular region using the [CloudFormation resource specifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-resource-specification.html) ## Reason I currently develop CDK/CloudFormation that need...
The [pre-commit framework](https://pre-commit.com/) is a commonly used tool to create git hooks for code validation. Other AWS tools such as [cfn-python-lint](https://github.com/aws-cloudformation/cfn-python-lint) provide support for the framework
Gateway Load Balancers also use this for listeners, as [seen here](https://github.com/aws-samples/aws-gateway-load-balancer-code-samples/blob/main/aws-cloudformation/gwlb/GwlbWithTargetGroupAndListenerSample.yaml) *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify,...
### Description A way to specify/generate a custom `.projen.js` file when creating a new project. ### Use Case 1. While external modules can be helpful for extending functionality, I am...
Related to https://github.com/aws/aws-cdk/pull/12656 , https://github.com/aws/aws-cdk/issues/12216 Created a Lambda `SignedCode.fromAsset` option that takes local code uploads it to S3 and signs it using a specified AWS signer profile ### Use Case...
## :bug: Bug Report ### Affected Languages - [ ] `TypeScript` or `Javascript` - [ ] `Python` - [ ] `Java` - [x] .NET (`C#`, `F#`, ...) - [ ]...
Not all services and features are available in all AWS regions. Whether it be community driven or programmatically validated it would be nice to have some insight into whether a...
### Description Add 'Least stars' and 'Most stars' as sort metrics on the website, and possibly default to 'Most stars' ### Use Case I would like to be able to...
Construct Hub auto compiles the examples in READMEs to other languages. Due to JSII limitations for non-compiled examples there can be errors (like this one https://github.com/cdklabs/cdk-nag/issues/583). Is it possible to...
After launching a stack I was unable to login with the provided credentials. I was able to get into the designer after manually creating another user. Here is a snippet...