[FOLIO-3175] FOLIO Document site not rebuilding Created: 26/May/21 Updated: 26/May/21 Resolved: 26/May/21 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | P2 |
| Reporter: | David Crossley | Assignee: | Peter Murray |
| Resolution: | Done | Votes: | 0 |
| Labels: | devweb, documentation | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Attachments: |
|
| Sprint: | DevOps Sprint 115 |
| Development Team: | FOLIO DevOps |
| Description |
|
Since May 20, the dev.folio.org site is not rebuilding in response to fired hooks from GitHub. GitHub reports that the DevDoc AWS API Gateway call is returning a 502 error: In AWS Cloudwatch, the /aws/lambda/ssbp-devdoc-prod-github_webhook log shows > [ERROR] Runtime.HandlerNotFound: Handler 'github_webhook_handler' missing on module 'handler' |
| Comments |
| Comment by Peter Murray [ 26/May/21 ] |
|
The `serverless` framework is uploading zero-length files to GitHub, and this is a known issue with Serverless on MacOS with Node 15. Downgraded to Node 14 and re-uploaded the Lambda package `serverless --aws-profile folio deploy --stage prod`. |
| Comment by Peter Murray [ 26/May/21 ] |
|
David Crossley: Let me know if this fixed the issue. It looks okay to me now, but I didn't deploy to `master`. |
| Comment by David Crossley [ 26/May/21 ] |
|
Hooray, hooray. Yes the merge to ****** is proper. Thanks. |