Would you like to create a Serverless app quickly?
I created a CLI tool to create boilerplate TypeScript apps with additional setup that most of the developers need.
Run:
npx create-full-sls-app
Answer the questions, and you are good to go! :)
What's included?
- Gitlab CI/CD setup
- or GitHub Actions setup (not fully complete)
- SonarCloud setup (optional)
- DataDog setup (optional)
- Sentry setup
- Yup validation integration
- Husky setup in place for pre-commit and pre-push
- TypeScript, Webpack 5, serverless.yml setups
- Example API endpoint (with middy package and additional middlewares)
- A regional setup and default region is
eu-central
- Multi-Region support (adding
us-east1
) (optional)
You can check the tool here on GitHub.
Top comments (0)