rileydakota / valheim-ecs-fargate-cdk

AWS CDK/Cloudformation to deploy a Valheim Server using ECS Fargate!
78 stars 24 forks source link

Fix updownstatus API lambda handler export #33

Open rjaduthie opened 1 year ago

rjaduthie commented 1 year ago

Addresses Issue #32

rjaduthie commented 1 year ago

Talking to my colleague who's much more knowledgable on TS: a potentially better way to fix this would be to change the export default to a export const; the problem is probably due to the former not exporting the reference. I'll give it a go and amend the PR.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

rjaduthie commented 1 year ago

Amended the change to use a nice syntax. Thank you to @jonathonhawkins92 for the advice.