"👋 Hey there, wonderful viewers! I hope you're enjoying this video. Your feedback means the world to me! Whether it's a suggestion, critique, or just a friendly hello, I'd love to hear from you. Please take a moment to share your thoughts in the comments below. Your feedback helps me improve and create content you'll love even more. Thanks a ton for being awesome! 🚀✨"
@harigopalb14 ай бұрын
Good informative video . Can we have models created using OPEN API Specs YAML or JSON file ?
@awstutorials14 ай бұрын
Thanks for your comment !! Following AWS documentation might be helpful for your query: docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-request-validation-set-up.html#api-gateway-request-validation-setup-importing-swagger
@soheldoni1583 ай бұрын
how to add path parameters there, bcz in request there is no path parameters option only query string parametrs option is there???
@awstutorials13 ай бұрын
Hi, API gateway natively does not support validation of path parameters. As a workaround you can write custom logic using lambda authorizer.