Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

awslint:props-no-any #2673

Closed
fulghum opened this issue May 29, 2019 · 0 comments · Fixed by #2701 or MechanicalRock/tech-radar#14 · May be fixed by MechanicalRock/cdk-constructs#5, MechanicalRock/cdk-constructs#6 or MechanicalRock/cdk-constructs#7

Comments

@fulghum
Copy link
Contributor

fulghum commented May 29, 2019

No description provided.

@shivlaks shivlaks self-assigned this May 29, 2019
shivlaks added a commit that referenced this issue May 31, 2019
…no-any)

Adds a new awslint:props-no-any rule which validates that props do not use
the "any" type.

This is in accordance with the new AWS Construct Library guidelines.

Fixes #2673
shivlaks added a commit that referenced this issue May 31, 2019
…no-any) (#2701)

Adds a new awslint:props-no-any rule which validates that props do not use
the "any" type.

This is in accordance with the new AWS Construct Library guidelines.

BREAKING CHANGE: 
* SNS - Subscription `endpoint` is now type `string` (previously `any`)
* Step Functions - `result` in the Pass state is now type `map` (previously `any`)

**Fixes #2673**
This was referenced Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment