Skip to content

Server-less technology, host a function in cloud and only pay whenever its only used

License

Notifications You must be signed in to change notification settings

Major2000/go-AWS-Lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-AWS-Lambda

Server-less technology, host a function in cloud and only pay whenever its only used

How to setup

aws iam create-role --role-name lambda-ex --assume-role-policy-document '{"Version": "2012-10-17","Statement": [{ "Effect": "Allow", "Principal": {"Service": "lambda.amazonaws.com"}, "Action": "sts:AssumeRole"}]}'
    

About

Server-less technology, host a function in cloud and only pay whenever its only used

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages