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

Client Side Input Validation #193

Open
Smithx10 opened this issue Sep 11, 2020 · 1 comment
Open

Client Side Input Validation #193

Smithx10 opened this issue Sep 11, 2020 · 1 comment

Comments

@Smithx10
Copy link
Contributor

While working with the AWS ECS client library I noticed they have a input.Validate() function which verifies inputs client side. Might be useful to have this.

@twhiteman
Copy link
Contributor

twhiteman commented Sep 15, 2020

A good idea in general. This could then be used by consuming libraries like the Terraform Triton provider.

Example:
https://docs.aws.amazon.com/sdk-for-go/api/service/ec2/#CreateImageInput.Validate
https://docs.aws.amazon.com/sdk-for-go/api/service/ec2/#DeleteSnapshotInput.Validate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants