Before deploy an example you should configure flo-examples
AWS profile on your local machine. Run the following command to configure the profile:
$ aws configure --profile flo-examples
Also, you need serverless framework to be installed globally:
$ npm i -g serverless@2.x.x
Usually, all examples can be deployed with the following command:
$ sls deploy -v