Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumgwork/auctions-app-serverless-aws
Serverless framework supported app for creating auctions app in AWS
https://github.com/sumgwork/auctions-app-serverless-aws
Last synced: about 1 month ago
JSON representation
Serverless framework supported app for creating auctions app in AWS
- Host: GitHub
- URL: https://github.com/sumgwork/auctions-app-serverless-aws
- Owner: sumgwork
- Created: 2020-06-19T04:27:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:40:59.000Z (about 2 years ago)
- Last Synced: 2023-03-03T14:27:36.363Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codingly.io: Base Serverless Framework Template
https://codingly.io
## What's included
* Folder structure used consistently across our projects.
* [serverless-pseudo-parameters plugin](https://www.npmjs.com/package/serverless-pseudo-parameters): Allows you to take advantage of CloudFormation Pseudo Parameters.
* [serverless-bundle plugin](https://www.npmjs.com/package/serverless-pseudo-parameters): Bundler based on the serverless-webpack plugin - requires zero configuration and fully compatible with ES6/ES7 features.## Getting started
```
sls create --name YOUR_PROJECT_NAME --template-url https://github.com/codingly-io/sls-base
cd YOUR_PROJECT_NAME
npm install
```You are ready to go!