Created
April 22, 2016 23:06
-
-
Save bradjasper/92702a740408a22c325ead0b736120ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-04-22T23:00:52.225Z 0f521c85-08de-11e6-acfd-2177bd93f70f Got createRecurringJob event | |
{ | |
"input": { | |
"jobType": "urls", | |
"urls": [ | |
"http://google.com" | |
] | |
}, | |
"schedule": "rate(5 minutes)" | |
} | |
2016-04-22T23:00:52.227Z 0f521c85-08de-11e6-acfd-2177bd93f70f context = | |
{ | |
"callbackWaitsForEmptyEventLoop": true, | |
"logGroupName": "/aws/lambda/createRecurringJob", | |
"logStreamName": "2016/04/22/[$LATEST]ed4eabc1d73f41eab067b79fd9821158", | |
"functionName": "createRecurringJob", | |
"memoryLimitInMB": "128", | |
"functionVersion": "$LATEST", | |
"invokeid": "0f521c85-08de-11e6-acfd-2177bd93f70f", | |
"awsRequestId": "0f521c85-08de-11e6-acfd-2177bd93f70f", | |
"invokedFunctionArn": "arn:aws:lambda:us-west-2:507625310318:function:createRecurringJob" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment