Momo Kornher

Results 69 issues of 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...

p2

[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

json-schema

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...

bug
error-handling

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...

enhancement
error-handling

--- 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...

enhancement
p2

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...

documentation

BREAKING CHANGE: ... --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.