From ef9ce1f9bea30be9059d891f93c01570653d91ca Mon Sep 17 00:00:00 2001 From: Jay Date: Sat, 5 May 2018 20:28:29 -0400 Subject: [PATCH] Adding a mock event for the billing API --- mocks/billing-event.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mocks/billing-event.json diff --git a/mocks/billing-event.json b/mocks/billing-event.json new file mode 100644 index 0000000..c454418 --- /dev/null +++ b/mocks/billing-event.json @@ -0,0 +1,8 @@ +{ + "body": "{\"source\":\"tok_visa\",\"storage\":21}", + "requestContext": { + "identity": { + "cognitoIdentityId": "USER-SUB-1234" + } + } +}