Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 560 Bytes

File metadata and controls

15 lines (12 loc) · 560 Bytes

Avatar Generator with AWS Lambda

An avatar generator web service based on serverless technology with AWS Lambda

Param:

  • text - used to create hash string
  • size - used to generate specified size of png image (option)

Usage:

Use it in your website just set the source of your img element of avatar url like so:

<img src="https://avatar.ok.sb/?text=ok&size=220">