aws-cloudformation / cloudformation-resource-schema

The CloudFormation Resource Schema defines the shape and semantic for resources provisioned by CloudFormation. It is used by provider developers using the CloudFormation RPDK.
Apache License 2.0
95 stars 38 forks source link

Validation nation #2

Closed rjlohan closed 5 years ago

rjlohan commented 5 years ago

Description of changes: Initial validation framework in place. Will be consumed by RPDK-developer handlers. Needs plenty of extension but this sets the foundation for our validation package.

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

rjlohan commented 5 years ago

Do we want to run this in a codebuild job for future PRs?

Totally.