ayo my tests are taking 30seconds to run this is FARCICAL
change outdir aws/aws-cdk#18743
This is a blank project for CDK development with TypeScript.
The cdk.json
file tells the CDK Toolkit how to execute your app.
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testsnpx cdk deploy
deploy this stack to your default AWS account/regionnpx cdk diff
compare deployed stack with current statenpx cdk synth
emits the synthesized CloudFormation template
what resources do I want? several lambdas that can invokeasync each other, sure why not if I want I can turn it into a state machine / queue driven thingo can save backups of things to s3 too yayuh so lets have an s3 bucket too
V Slow tsc build ╰─➤ tsc --diagnostics Files: 2986 Lines: 1919999 Identifiers: 1729381 Symbols: 888426 Types: 306871 Instantiations: 114665 Memory used: 1932553K I/O read: 0.55s I/O write: 0.01s Parse time: 3.34s Bind time: 1.05s Check time: 3.97s Emit time: 0.07s Total time: 8.42s