An open API service indexing awesome lists of open source software.

https://github.com/frontendmasters/serverless-with-aws

[Course] Serverless with AWS: Get a quick start into the world of Serverless functions with AWS Lambda.
https://github.com/frontendmasters/serverless-with-aws

Last synced: 8 months ago
JSON representation

[Course] Serverless with AWS: Get a quick start into the world of Serverless functions with AWS Lambda.

Awesome Lists containing this project

README

          

# Frontend Masters: [Serverless with AWS Lambda](https://frontendmasters.com/courses/serverless-aws/)
> Learn how to use AWS Lambda functions, by [Scott Moss](https://github.com/hendrixer)

### tech check
* Node v8+
* Yarn / NPM (latest)

* Git + Github

## Course Format
This course has a video component on FrontEnd Masters. It follows the video closely. The repo is broken down into different branches in the following format:
`lesson-{lesson number}`
`lesson-{lesson-number}-solution`

## Get started
### AWS
You must have an AWS account for this to work. Don't worry, its free! After you have an account, you need to make a new user. Follow the instructions here: [Creating AWS Access Keys](https://serverless.com/framework/docs/providers/aws/guide/credentials#creating-aws-access-keys)
**Be sure** to setup your API credentials in your environment as well, [learn how](https://serverless.com/framework/docs/providers/aws/guide/credentials#using-aws-access-keys)

### Dependencies
* make sure to run `npm i` or `yarn` to install `node_modules`