Generator-pi-team
Auto-scaffold serverless apps with yeoman.
Setup includes the following
- Node
- Typescript
- Unit Testing
- Integration Testing
- CI Pipelines (for different solutions)
- Serverless
- Auto-configured domains
- Auto-taggging
- Generate and upload docs
- Generate API docs
- Include basic setup with authorizer, api keys and more
- Can connect to VPC
How to use
Prep
-
Install yeoman
npm install -g yo
-
Install the pi-team generator
npm install -g @pi-team-mn/generator-pi-team
Create an app
-
create a directory for your project
mkdir <projectname>
-
Run the generator
yo @pi-team-mn/pi-team:serverless
-
Answer the prompts
-
Try to deploy the project
The project should now be configured with a single hello-world endpoint.