Skip to content

intersective/lambda_dicebear

Repository files navigation

DiceBear API

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.

Playground | Documentation

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published