ks888 / LambStatus

[Maintenance mode] Serverless Status Page System
https://lambstatus.github.io
Apache License 2.0
1.3k stars 119 forks source link

Broken on latest commit #78

Closed jpike88 closed 6 years ago

jpike88 commented 6 years ago

Settings page is breaking showing:

screen shot 2017-11-26 at 6 37 41 pm

And status page is stuck on fetching data. It looks like the get-settings and get-public-settings functions are both not working properly

Settings table in DynamoDB just contains this (not sure if good or bad):

screen shot 2017-11-26 at 6 33 53 pm

Logs say this for /aws/lambda/myapp-GetSettings in CloudWatch

screen shot 2017-11-26 at 6 34 57 pm

Logs say this for /aws/lambda/myapp-GetPublicSettings in CloudWatch

screen shot 2017-11-26 at 6 36 18 pm

Because the code is minified and web packed etc, no idea how to begin to fix this myself. You may need to provide some info on how to load up the lambda projects and debug them etc as I don't know how to set up a similar development workflow

ks888 commented 6 years ago

Sorry for confusing you. The CloudFormation template on latest commit sometimes doesn't work well. The frontend codes are copied from existing S3 bucket, which doesn't always up to date (here is the corresponding code). The lambda functions have the same issue (here is the code).

To try out the latest commit, so far it is best to follow this guide for contributors.

jpike88 commented 6 years ago

Ahh thanks a lot!