https://github.com/intersective/lambda_dicebear
https://github.com/intersective/lambda_dicebear
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/intersective/lambda_dicebear
- Owner: intersective
- License: mit
- Created: 2023-12-07T23:19:11.000Z (over 2 years ago)
- Default Branch: release/live
- Last Pushed: 2024-03-16T21:08:08.000Z (about 2 years ago)
- Last Synced: 2024-04-16T14:11:03.067Z (about 2 years ago)
- Language: TypeScript
- Size: 331 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
DiceBear API
This is the source code for the [DiceBear API](https://dicebear.com/how-to-use/http-api). It's built on [Fastify](https://fastify.io/).
Learn how to set up your own instance of the API in the [documentation](https://dicebear.com/guides/host-the-http-api-yourself).
[Playground](https://dicebear.com/playground) |
[Documentation](https://dicebear.com/guides/host-the-http-api-yourself)
## Deployed Manually
### Prerequisite
* Must have `AWS CLI` configured to the `AWS` account you want to deploy.
* Sample .env file below
```
STACK_NAME=p2-prerelease
ENV=golive
REGION=ap-southeast-2
```
### Deployment commands
* export $(cat .env | xargs)
* serverless create_domain
* serverless deploy
### Destroy commands
* export $(cat .env | xargs)
* serverless remove