Please make sure to have the below prerequisites installed for building this repository
- Go 1.26.1
- node/npm 18+
Once you have the prerequisites installed, you can build the repository with below instructions:
- Clone this repository
- Configure the AWS CLI
- Run
go run main.go --output ../../artifacts/types --cleanin thesrc/aws-type-downloaderfolder - Run
npm run --prefix ./src/aws-type-generator start -- --input ../../artifacts/types --output ../../artifacts/bicepin the root folder
Note: npm run --prefix does not preserve the current working directory, so the extra ../.. is needed.