Momo Kornher
Momo Kornher
As a user, When there is an error in processing my template, I want the error to specify the exact location So that I can fix it. --- For an...
[AWS SAM](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-specification.html) provides a way to define serverless resources via a Transform. Make sure SAM templates are supported, particularly it adds a new `Globals` section to set defaults.
Currently we only support validation for Constructs. We should also support all CloudFormation resources. https://github.com/aws-cloudformation/cloudformation-template-schema or https://github.com/awslabs/goformation/blob/master/schema/cloudformation.schema.json
We are currently not type-checking references and other lazy resources. E.g. take any template were the user accidentially passes the wrong Ref name. The app will attempt to evaluate the...
Currently the app immidiately stops when an error in processing (grammer parsing, type checking, CDK evaluation) occurs. This makes it very tedious to fix things. We should try and continue...
--- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
jsii 5.3+ only supports Node 18+ (and has been for a while). We should match the default tsconfig (`lib`, `target`, `module`) to match the recommended settings from the TypeScript project...
Hey team, The action is including this warning on every comment it is posting on my repos: > ❗ Your organization needs to install the [Codecov GitHub app](https://github.com/apps/codecov/installations/select_target) to enable...
BREAKING CHANGE: ... --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.