roeeyn / GitHubActionsTutorial

This is a brief intro of how to use GitHub Actions for a frontend (static S3) and a backend (lambda).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S3 frontend workflow Lambda backend workflow

GitHub Actions Tutorial

This is a brief intro of how to use GitHub Actions for a frontend (static S3) and a backend (lambda).

If you want to learn more about GitHub Actions, you can take a look to the GitHub Actions labs which have more examples and tutorials.

Frontend (S3)

If you want to see the frontend tutorial, go to the frontend folder.

Backend (AWS Lambda)

If you want to see the backend tutorial, go to the backend folder.

Misc Workflows

We have another workflows triggered by issues and pull requests, you can see them here

Pre-commit

As we mentioned during our live course, we may check if our work is correct before pushing the changes to GitHub. For this, we're using the pre-commit tool that will create git hooks and run checks whenever you try to commit new changes.

About

This is a brief intro of how to use GitHub Actions for a frontend (static S3) and a backend (lambda).

License:MIT License


Languages

Language:TypeScript 42.1%Language:HTML 26.3%Language:Python 15.3%Language:CSS 14.2%Language:JavaScript 2.1%