Create a Serverless app in a few seconds
Emin Buğra Saral
Posted on December 24, 2021
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.
💖 💪 🙅 🚩
Emin Buğra Saral
Posted on December 24, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
webdev How To Add A Serverless Authentication Microservice To Your HTML, CSS & Javascript App
February 14, 2023