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.
- Host: GitHub
- URL: https://github.com/frontendmasters/serverless-with-aws
- Owner: FrontendMasters
- Created: 2018-04-18T19:00:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T23:10:50.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T10:14:33.174Z (9 months ago)
- Language: JavaScript
- Homepage: https://frontendmasters.com/courses/serverless-aws/
- Size: 42 KB
- Stars: 135
- Watchers: 10
- Forks: 187
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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`