Tool that makes APIs migration to AWS API gateway simple. Start from a OpenAPI-compliant APIs specification and convert it to an enhanced AWS API Gateway specification.
- Provide an OpenAPI-compliant APIs specification
- Duplicate the
.env.example
file, and name the cloned file as.env
- Replace the example
.env
configurations with the desired values - Run
npm start
command to generate the APIs specification files and the CloudFormation template (CFT) to deploy your APIs - The output files (APIs specification & CFT) will be placed within the output folder, specified in
.env
- To create the API Gateway stack run
npm run deploy
.env.example
contains the descriptions of all the available configuration