Gathering detailed insights and metrics for create-full-sls-app
Gathering detailed insights and metrics for create-full-sls-app
Serverless boilerplate CLI tool: GitLab and GitHub CI/CD, DataDog, Multi-Region, and many more setups.
npm install create-full-sls-app
Typescript
Module System
Node Version
NPM Version
JavaScript (56.69%)
TypeScript (42.24%)
Shell (1.07%)
Total Downloads
1,251
Last Day
2
Last Week
6
Last Month
12
Last Year
852
8 Stars
19 Commits
1 Forks
2 Watching
1 Branches
5 Contributors
Latest Version
1.8.0
Package Id
create-full-sls-app@1.8.0
Unpacked Size
537.53 kB
Size
206.87 kB
File Count
76
NPM Version
6.14.13
Node Version
14.17.3
Cumulative downloads
Total Downloads
Last day
100%
2
Compared to previous day
Last week
500%
6
Compared to previous week
Last month
100%
12
Compared to previous month
Last year
261%
852
Compared to previous year
This is a CLI tool to create Serverless boilerplate applications. Ready to deploy in a few seconds.
npm i -g create-full-sls-app
create-full-sls-app
or
npx create-full-sls-app
Answer the questions. It will create a directory of with the name you gave for your project.
cd your-project-name
yarn
yarn domain:create:dev
yarn deploy:dev
or run in your local:
yarn start:local
eu-central
us-east1
) (optional)name | type | default | description |
---|---|---|---|
template | choices | serverless-full-sls-app | |
name | strict-string | required | Project name (e.g dummy-service) |
organization | strict-string | required | Organization name (e.g finn-auto) |
gitSetup | choices | GitLab | Options: GitLab, GitHub |
mainBranch | choices | main | Options: main, master |
enableSonarCloud | bool | Y | Setup SonarCloud (Y/n) |
enableMultiRegion | bool | Y | Add us-east-1 and enable multi-region (Y/n) |
enableDataDog | bool | Y | Enable DataDog in the setup (Y/n) |
dataDogArnEuCentral | string | empty | DataDog EU ARN (only if DataDog is enabled) |
dataDogArnUsEast | string | empty | DataDog US ARN (only if DataDog and multi-region is enabled) |
memorySize | number | 256 | Memory Size of Lambda in MB |
timeout | number | 10 | Timeout of API endpoints in seconds |
minimumCompressionSize | number | 1024 | Minimum Compression Size of API Gateway in MB |
maxRequestsPerSecond | number | 100 | API Gateway Throttling Maximum Requests Per Second setting |
maxConcurrentRequests | number | 50 | API Gateway Throttling Maximum Concurrent Requests setting |
developmentUrl | string | dev-service.domain.com | Development service URL |
productionUrl | string | service.domain.com | Production service URL |
Example:
npx create-full-sls-app --template=serverless-full-sls-app --name=dummy-name --organization=dummy-org --gitSetup=GitLab --mainBranch=main --enableSonarCloud --enableMultiRegion --enableDataDog --dataDogArnEuCentral=dummyArn --dataDogArnUsEast=dummyArn --memorySize=1024 --timeout=20 --minimumCompressionSize=1024 --maxRequestsPerSecond=200 --maxConcurrentRequests=50 --developmentUrl=dev-service.domain.com --productionUrl=service.domain.com
yarn build
yarn start
Feel free to create a PR to add a new feature or update the current tool. :)
Author: Emin Bugra Saral <3
No vulnerabilities found.
No security vulnerabilities found.