nzoschke / gofaas

A boilerplate Go and AWS Lambda app. Demonstrates an expert configuration of 10+ AWS services to support running Go functions-as-a-service (FaaS).
Apache License 2.0
802 stars 43 forks source link

Worker #5

Closed nzoschke closed 6 years ago

nzoschke commented 6 years ago

First invoke test didn't work:

$ aws lambda invoke --function-name gofaas-WorkerFunction-1X30HCHLIM1YC out.log
{
    "StatusCode": 200,
    "FunctionError": "Unhandled",
    "ExecutedVersion": "$LATEST"
}

$ cat out.log 
{"errorMessage":"AccessDenied: Access Denied\n\tstatus code: 403, request id: 1CD22FBD05A07230, host id: 0DgsO7WgSuZQMilmgZ0Vpq/Fvn5hw3/NN89E/6b89WcJjhJGvi0onhSD1YPXlX8Z76JGSZ9HArw=","errorType":"requestFailure"

However x-ray is working!

xray-s3-error