valheim-ecs-fargate-cdk
valheim-ecs-fargate-cdk copied to clipboard
Fix updownstatus API lambda handler export
Addresses Issue #32
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.
Amended the change to use a nice syntax. Thank you to @jonathonhawkins92 for the advice.