https://github.com/nullstone-io/deployment-sdk
Library to manage delivery of apps through cloud providers.
https://github.com/nullstone-io/deployment-sdk
Last synced: 8 months ago
JSON representation
Library to manage delivery of apps through cloud providers.
- Host: GitHub
- URL: https://github.com/nullstone-io/deployment-sdk
- Owner: nullstone-io
- Created: 2022-07-13T18:49:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-09T16:24:03.000Z (11 months ago)
- Last Synced: 2025-07-10T01:20:45.941Z (11 months ago)
- Language: Go
- Size: 592 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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