Demo serverless application using AWS API Gateway, Lambda, Layers and DynamoDB built with Serverless framework
Node.js v8.10 or later.
# npm install -g serverless
You need to configure your AWS credentials. You can find the information needed below; https://serverless.com/framework/docs/providers/aws/guide/credentials/
$ sls deploy
$ sls invoke -f putMessage --data '{"message":"test"}'
$ sls invoke -f getMessages