diff --git a/.env b/.env index f2a625c..b90e161 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -VERSION="1.5" \ No newline at end of file +VERSION="1.6" \ No newline at end of file diff --git a/README.md b/README.md index 46ec751..9f09bb8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # AWS CI/CD and GitHub Actions Playground -This is a serverless AWS Cloud hosted app that utilizes a CI/CD DevOps inspired workflow. The skills involved aim to level up the next iterations of my AWS Cloud projects. +This is a serverless AWS Cloud hosted app that utilizes a CI/CD DevOps inspired +workflow. The skills involved aim to level up the next iterations of my AWS +Cloud projects. * AWS Lambda * AWS Cloud Formation * API Endpoint -* GitHub Actions (YAML .yml) +* GitHub Actions (YAML .yml) deployment to AWS * GitHub hook `pre-commit` (BASH script) * Git // GitHub * VS Code