AnomalyInnovations / aws-api-gateway-cli-test

A simple CLI to test API Gateway endpoints with IAM authorization
MIT License
120 stars 29 forks source link

body from file #17

Closed ozbillwang closed 4 years ago

ozbillwang commented 5 years ago

fix #16

with option start with @

$ cat mocks/create.json
{
 "mock": "data"
}

$ node index.js --options --body='@mocks/create.json'
jayair commented 5 years ago

Thank for this. I'll test it out and merge it soon.

patrykkrawczyk commented 4 years ago

@jayair how soon? 🙃 would love this!

jayair commented 4 years ago

@patrykkrawczyk Thanks for the bump. I'll have a look at it in the next few days.

jayair commented 4 years ago

Pushed!