Skip to content

Template project to create CI/CD pipeline for a serverless architecture 🏗️.

License

Notifications You must be signed in to change notification settings

fabidick22/aws-serverless-devops

Repository files navigation

license CI Process

aws-serverless-devops

This repository is a base project to create a REST API in a serverless architecture. We are going to use AWS-SAM with the CI/CD process to create or update all the necessary resources in AWS.

Features

  • CI/CD with GitHub Actions
  • Automatic releases (pre-release and release)
  • Stage and prod environment
  • AWS lambda with nodejs12.x

TODO

  • Add feature toggles support
  • Add OpenAPI Specification (OAS)
  • Add contract-first development style

CI/CD Pipeline

DevOps Pipeline