Preparations before attending to AWS Serverless Workshop

Prerequisites

Prepare AWS account

Note: In real life scenarios, you would not assign administrator privileges but more fine-grained permissions.

Setting AWS Access on laptop

If you have installed the AWS CLI, the aws configure command is the fastest way to set up your AWS credentials. (http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html)

$ aws configure
AWS Access Key ID [None]: ExampleAccessKeyId
AWS Secret Access Key [None]: ExampleSecretAccessKey
Default region name [None]: us-east-1
Default output format [None]: json

Alternatively, you can add the credentials to your system manually:

Testing the setup

You should get your IAM account name as a response if set up correctly.

Install Serverless Framework