This memo-cards-lambdas
has been created using the Serverless CLI to practice both with Serverless and AWS (lambdas, DBs, S3 buckets, etc.).
You need to have Serverless installed and a AWS account to deploy. Once it's installed, you need to configure a valid AWS user that can connect programatically in the Serverless CLI. After that, run:
serverless deploy
Once it's deployed, you can call the functions declared in serverless.yml
with:
serverless invoke -f hello