Rajas Gujarathi
Rajas Gujarathi
*Issue #, if available:* #1214 *Description of changes:* VPC endpoint policy instead of IAM endpoint policy By submitting this pull request, I confirm that you can use, modify, copy, and...
The document [Setting up VPC endpoints for AWS CloudFormation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-vpce-bucketnames.html) under the section [Before you begin](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-vpce-bucketnames.html#cfn-setting-up-vpc-considerations) mentions > If you use CloudFormation to create resources in a VPC with a VPC...
**Describe the bug** Facing an issue with the effective configuration for the `branches` section. `config.yaml` ```projects_and_groups: group_1/*: branches: main: protected: true push_access_level: no access . . . group_1/project_1: branches: prod:...
Currently using [!import](https://github.com/jdoiro3/mkdocs-multirepo-plugin#import-statement) for importing docs **Version** `mkdocs-multirepo-plugin=0.6.3` ### Root Repository ``` │ .gitignore │ README.md │ mkdocs.yml ├───docs │ index.md │ x.md ``` ---- ### Imported Repository ``` │...
### Summary When running `npx projen new jsii --projenrc-py`, the generated project includes a `tsconfig.json` file even though the project is being initialized with a Python projenrc. ### Steps to...