Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 349 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 349 Bytes

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"}]}'