valheim-ecs-fargate-cdk icon indicating copy to clipboard operation
valheim-ecs-fargate-cdk copied to clipboard

Fix updownstatus API lambda handler export

Open rjaduthie opened this issue 2 years ago • 3 comments

Addresses Issue #32

rjaduthie avatar Jan 20 '23 00:01 rjaduthie

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.

rjaduthie avatar Jan 20 '23 12:01 rjaduthie

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

sonarqubecloud[bot] avatar Jan 20 '23 12:01 sonarqubecloud[bot]

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

rjaduthie avatar Jan 20 '23 12:01 rjaduthie