guardian / crossword-uploader

Repository for the AWS lambda functions used to upload crosswords
0 stars 0 forks source link

Initial project commit. #1

Closed LATaylor-guardian closed 8 years ago

LATaylor-guardian commented 8 years ago

This commit adds the first stages of both the xml and pdf crossword uploaders.

mchv commented 8 years ago

:+1: code looks good but repo should be named crossword-uploader. We may use lambda in content-api components but there will be in the content-api repo. Hope this make sense.

mchv commented 8 years ago

:shipit:

quick question about println do you know if they end in cloudwatch logs?

LATaylor-guardian commented 8 years ago

I believe that it will log, see: http://docs.aws.amazon.com/lambda/latest/dg/java-logging.html

If not, there is a logger exposed by the lambda context that can be used.