3 Answers
- Newest
- Most votes
- Most comments
2
Hiya friend!
Yea, so to answer your questions you can use CSC to create your sync configuration - of course, you can provision that configuration in CloudFormation as well :D
CodeStarConnections is v different from CodeStar - and we're in the process of making that clearer with API namespaces that better fit :)
Anyway, hope you enjoy git sync!!!
1
Important piece is you can continue using codestar connections to sync with github etc.
AWS CodeStar Connections will not be impacted by this discontinuation.
0
This can help you auth.
After that Synth and deploy.
aws cloudformation create-stack --stack-name YourStackName --template-body file://your-template.yaml --parameters ParameterKey=Key,ParameterValue=Value --capabilities CAPABILITY_IAM
Git sync configuration items are not CloudFormation parameters, so this won't work
Relevant content
- asked 10 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 8 months ago
Thanks. Didn't notice this.