Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasjhan/create-aws-serverless-app
create simple boilerplate for serverless framework
https://github.com/lukasjhan/create-aws-serverless-app
Last synced: about 1 month ago
JSON representation
create simple boilerplate for serverless framework
- Host: GitHub
- URL: https://github.com/lukasjhan/create-aws-serverless-app
- Owner: lukasjhan
- Created: 2023-03-07T08:40:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T06:50:16.000Z (over 1 year ago)
- Last Synced: 2024-10-24T08:52:18.591Z (3 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Create AWS Serverless App
This is a aws serverless app that uses the [Serverless Framework](https://serverless.com) to deploy a Lambda function to AWS.
## Included Packages
- serverless framework
- serverless-offline
- serverless-webpack
- [serverless-aws-middleware](https://github.com/lukasjhan/serverless-aws-middleware)
- typescript## Usage
```
npx create-aws-serverless-app {my-app}
```