The static files located in the root of the project under the "static" directory, as well as the static directory that is part of a theme are not being copied to the output directory when the hugo lambda function runs. Looking at the Lambda logs, I see the following error:
2016-04-27T18:58:55.338Z 0c4571b6-0caa-11e6-8377-fdd7b0081caf hugo-stdout: ERROR: 2016/04/27 Unable to find static directory for theme hugo-future-imperfect in /tmp/sources/themes/hugo-future-imperfect/static
However, I verified that "/themes/hugo-future-imperfect/static" does indeed exist in my input S3 bucket.
The static files located in the root of the project under the "static" directory, as well as the static directory that is part of a theme are not being copied to the output directory when the hugo lambda function runs. Looking at the Lambda logs, I see the following error:
2016-04-27T18:58:55.338Z 0c4571b6-0caa-11e6-8377-fdd7b0081caf hugo-stdout: ERROR: 2016/04/27 Unable to find static directory for theme hugo-future-imperfect in /tmp/sources/themes/hugo-future-imperfect/static
However, I verified that "/themes/hugo-future-imperfect/static" does indeed exist in my input S3 bucket.