Skip to content

Library to manage delivery of apps through cloud providers.

Notifications You must be signed in to change notification settings

nullstone-io/deployment-sdk

Repository files navigation

deployment-sdk

This is an open-source tool to perform various application actions in a platform-agnostic manner.

Support for app types

  • Containers
    • AWS ECS (Fargate)
    • AWS ECS (EC2)
    • AWS Batch (Fargate)
    • GCP GKE
  • Serverless
    • AWS Lambda (Zip file)
    • AWS Lambda (Docker image)
  • Static Sites
    • AWS S3
  • VM
    • AWS Elastic Beanstalk

Actions

Each implementation in this library implements a set of actions depending on the app type:

  • Publish artifact
  • Execute deployment
  • Log and monitor deployment
  • Stream application logs

About

Library to manage delivery of apps through cloud providers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages