Hey, Can someone share some information on: 1. Ver...
# help
m
Hey, Can someone share some information on: 1. Version Controlling with SST 2. CI/CD for SST
r
Can you be more specific on what you’d like to know?
m
Say we make our Serverless project with appSync + DynamoDB + lambda (go) + EventBridge . Now what should be the proper / best practice for serverless CI/CD and can we version this same way how we version releases for non-serverless applicaion ?
k
have you checked out https://seed.run/ it is build by the same team
I use it and am super happy with it 🙂
m
Thanks will surely go through this
r
Yes - we use and like Seed too. You version control your infrastructure as code. Seed integrates with Github for auto-deployments etc.
m
Thanks @Ross Coundon, @Kujtim Hoxha
l
I actually cloned my repo from GL to Github just for the auto-deployments functionality of Seed 😅