Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreasonny83/serverless-name-generator
:zap: Unique name generator API using AWS Lambda and Serverless
https://github.com/andreasonny83/serverless-name-generator
aws-lambda circleci continuous-deployment serverless
Last synced: about 2 months ago
JSON representation
:zap: Unique name generator API using AWS Lambda and Serverless
- Host: GitHub
- URL: https://github.com/andreasonny83/serverless-name-generator
- Owner: andreasonny83
- License: mit
- Created: 2018-02-23T12:11:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:15:45.000Z (about 2 years ago)
- Last Synced: 2024-10-13T02:19:49.188Z (3 months ago)
- Topics: aws-lambda, circleci, continuous-deployment, serverless
- Language: JavaScript
- Homepage: https://rb1b4yr2r0.execute-api.us-east-1.amazonaws.com/dev/generate
- Size: 1.19 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serverless Name Generator
> Unique name generator API using AWS Lambda and Serverless
[![CircleCI](https://circleci.com/gh/andreasonny83/serverless-name-generator.svg?style=svg)](https://circleci.com/gh/andreasonny83/serverless-name-generator)
[![Test Coverage](https://api.codeclimate.com/v1/badges/b2e9a0f91ca0c15997bb/test_coverage)](https://codeclimate.com/github/andreasonny83/serverless-name-generator/test_coverage)Live API running on:
[AWS Lambda](https://rb1b4yr2r0.execute-api.us-east-1.amazonaws.com/dev/generate)This project is build on top of the following Node module:
[unique-names-generator v.3](https://github.com/andreasonny83/unique-names-generator.git).## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
1. Fork it!
1. Create your feature branch: `git checkout -b my-new-feature`
1. Add your changes: `git add .`
1. Commit your changes: `git commit -am 'Add some feature'`
1. Push to the branch: `git push origin my-new-feature`
1. Submit a pull request :sunglasses:## Built With
* NodeJS
* Serverless
* AWS
* Love## License
[MIT License](https://andreasonny.mit-license.org/2018-2019) © Andrea SonnY