aws-samples / aws-pipeline-server-side-swift-blog

This code demonstrates how to set up a CI/CD pipeline on AWS for server-side Swift applications. The CloudFormation code sets up a CI/CD pipeline that compiles and hosts the Swift application on both EC2 and ECS. This source code is meant to accompany a blog article which describes the pipeline and configuration.
https://aws.amazon.com/blogs/opensource/continuous-delivery-server-side-swift-aws/
MIT No Attribution
6 stars 8 forks source link

Update readme with the article location #1

Closed tedgonzalez closed 4 years ago

tedgonzalez commented 4 years ago

Description of changes: Just adding the link to the article. Thanks for this awesome blog post!