Skip to content

fivenp/serverless-identicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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