Skip to content

Implementation of CI/CD pipelines with Github Actions for AWS SAM application

License

Notifications You must be signed in to change notification settings

fabidick22/github-devops

Repository files navigation

CD/Deploy to AWS CI/Build Artefact CI/Code Analysis

github-devops

Github flow implementation

Features

  • Scan code for secrets before being sent to the main branch.
  • Scan vulnerable code dependencies
  • Continuous code quality with SonarCloud
  • Automated semantic release
  • Status notifications in Slack
  • Deploy infrastructure with AWS SAM (IaC)

TODO

  • Multiple environment support
  • Blue/Green deployment

CI/CD Pipeline

DevOps Pipeline