3.0.1 • Published 8 years ago

flatmarket-aws v3.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

flatmarket-aws

A Flatmarket service for AWS.

Usage

Deploy to AWS

Verify the endpoint

Replace {YOUR_REST_API_ID} and {YOUR_REGION}.

curl https://{YOUR_REST_API_ID}.execute-api.{YOUR_REGION}.amazonaws.com/flatmarket/ \
    -H 'Content-Type: application/json' \
    -d '{ "email": "hello@world.com" }' \
    -v

License

See LICENSE.