aws-samples / aws-sdk-js-notes-app

A simple note taking application using modular AWS SDK for JavaScript (v3)
Other
81 stars 28 forks source link

chore(infra): remove dependency on ts-node #48

Closed trivikr closed 2 years ago

trivikr commented 2 years ago

Issue

Fixes: https://github.com/aws-samples/aws-sdk-js-notes-app/issues/46 Refs: https://github.com/TypeStrong/ts-node/issues/1427

Description

Removes dependency on ts-node, so that it doesn't blocker in the infrastructure deployment. The infrastructure script transpiles TS to JS before calling cdk.

Testing

Verified that cdk commands are successful


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.