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

(ApiGateway): Support loading API gateway Model schemas from string #17470

Closed
2 tasks
mongeon opened this issue Nov 11, 2021 · 1 comment
Closed
2 tasks

(ApiGateway): Support loading API gateway Model schemas from string #17470

mongeon opened this issue Nov 11, 2021 · 1 comment
Labels
@aws-cdk/aws-apigateway Related to Amazon API Gateway closed-for-staleness This issue was automatically closed because it hadn't received any attention in a while. effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2

Comments

@mongeon
Copy link

mongeon commented Nov 11, 2021

Description

I would like to load JsonSchema from a string and populate a JsonSchema object.

Use Case

Being able to add models and validation in my ApiGateway definition based on a string.

Proposed Solution

var schema= Amazon.CDK.AWS.APIGateway.JsonSchema.FromString(string);

Other information

Similar to #10818

Acknowledge

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@mongeon mongeon added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 11, 2021
@github-actions github-actions bot added the @aws-cdk/aws-apigateway Related to Amazon API Gateway label Nov 11, 2021
@nija-at nija-at assigned otaviomacedo and unassigned nija-at Dec 2, 2021
@otaviomacedo otaviomacedo added effort/medium Medium work item – several days of effort p2 and removed needs-triage This issue or PR still needs to be triaged. labels Dec 3, 2021
@otaviomacedo otaviomacedo removed their assignment Dec 3, 2021
@github-actions
Copy link

github-actions bot commented Dec 3, 2022

This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

@github-actions github-actions bot added closing-soon This issue will automatically close in 4 days unless further comments are made. closed-for-staleness This issue was automatically closed because it hadn't received any attention in a while. and removed closing-soon This issue will automatically close in 4 days unless further comments are made. labels Dec 3, 2022
@github-actions github-actions bot closed this as completed Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-apigateway Related to Amazon API Gateway closed-for-staleness This issue was automatically closed because it hadn't received any attention in a while. effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

No branches or pull requests

3 participants