Utilising Biome in our Typescript AWS CDK applications which comes with "batteries included".
Note: If you choose to deploy these resources you may be charged for usage.
The article for this repo can be found here: https://blog.serverlessadvocate.com/how-to-use-biome-in-aws-cdk-solutions-44671ae9a3a4
- At the root run
npm i. - cd into the
orders-servicefolder and run npm i. - Now run
npm run deploy:developto deploy the application.
To remove the solution run npm run remove:develop in the order-service folder.
