/serverless-identicon

A serverless implementation of go-identicon

Primary LanguageGoOtherNOASSERTION

serverless-identicon

serverless PyPI - License

go-identicon for AWS Lambda via Serverless Framework.

Prerequisite

A very good starting point is the Serverless tutorial for Golang on Lambda.

Make sure to also read the first time deployment guide!

Build

make

Deploy

sls deploy

You can also pass --aws-profile <PROFILE> if you have multiple AWS accounts

Invoke

sls invoke -f identicon

You can also pass --aws-profile <PROFILE> if you have multiple AWS accounts