How does one unit test VTL when dealing with api-gateway construct from CDK

0

Currently using openapi definition in conjunction of CDK in python to produce api-gateway definition resources (REST), how does one test as code (unit or functional) to ensure that nothing breaks accidently?

1 Answer
0

assuming you are in the nodejs ecosystem you could write unit tests using api-gateway-template-tester.

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions