S sbstjn.dev
Topics About

Topic: GitHub Actions

  • Event-Driven Continuous Integration & Delivery

    Dec 2, 2020 · 5 min read · 729 words
    The more complex your application and architecture becomes, the more complex your deployment process usually gets. Most people and engineering teams only think about pipelines as a fix path of actions, that need to happen in a specific order. That’s true, no questions about that. But your process for Continuous Integration and Continuous Delivery does not need to be a monolith!
  • AWS Lambda Container Image Support example for Node.js

    Dec 1, 2020 · 2 min read · 316 words
    During Re:Invent 2020, AWS announced Container Image Support for AWS Lambda functions using the AWS Elastic Container Registry. Personally, I think this is a great feature. With supporting docker images, AWS Lambda has immutable deployment artifacts!
  • Github Deployments and Github Actions for Continuous Releases

    Nov 29, 2020 · 1 min read · 150 words
    The Example for Continuous Deployment with Github Actions and AWS ECR uses a GitHub Deployment to trigger releases of tagged docker images. Using GitHub Actions, a task can be triggered for every created deployment.
  • Continuous Deployment With Github Action for AWS ECR

    Nov 29, 2020 · 2 min read · 259 words
    Automated releases and deployments wil speed up your development prozess. After setting up Semantic Releases, a tagged software version can be deployed with GitHub Actions. For projects using Amazon Elastic Container Registry, you might want to build and tag a docker image for every GitHub release.
  • Semantic Releases With Github Actions

    Nov 29, 2020 · 1 min read · 140 words
    If you stick to Conventional Commits for your commit messages, you can create tags and releases with GitHub Actions for every code change you push to a repository. This is great for automated and continuous releases!
S sbstjn.dev

All things Cloud Computing, Serverless, GraphQL, AI, and Software Engineering.

Blog

  • Archive
  • Topics
  • RSS Feed

Projects

  • heft.io
  • 68keys.io
  • jwkserve.com
  • keffeine.com

Legal

  • Privacy
  • Impressum

© 2026 sbstjn.com — All rights reserved.

Made with 🍟 in Hamburg