This is the source code for the DiceBear API. It's built on Fastify. Learn how to set up your own instance of the API in the documentation.
-
Must have
AWS CLI
configured to theAWS
account you want to deploy. -
Sample .env file below
STACK_NAME=p2-prerelease
ENV=golive
REGION=ap-southeast-2
- export $(cat .env | xargs)
- serverless create_domain
- serverless deploy
- export $(cat .env | xargs)
- serverless remove