deployment-io / runner

Deployment runner automates various CI/CD, DevOps and infrastructure tasks on the cloud.
https://deployment.io
GNU General Public License v3.0
10 stars 1 forks source link

feature(private service): Update AWS SDK versions and add operations for private service deployment #14

Closed ankit-arora closed 3 months ago

ankit-arora commented 3 months ago

This commit updates the AWS SDK and deployment-runner-kit versions in the go.mod file and several references within the go.sum file. Additionally, new commands for the deployment of private services are introduced. The commands cover operations for the creation and deletion of AWS private services. These changes are critical to support the new feature for the private service deployment.