ELT Data pipeline that uses a serverless event driven architecture to extract, load, and transform satellite tracking data provided from a couple different APIs, as well as scraped data from Wikipedia.
To make development for this project smoother and to also learn new skills for myself, I want to implement a CI/CD pipeline. Below are a few tools which we can accomplish this task:
The reason why Github Actions is preferred is because this project already exists within the Github ecosystem and I'm a little more familiar with it's UI and tools.
Reference Material
AWS docs on using Github Actions to deploy serverless applications
Blog post on setting up Github Actions to deploy serverless applications on AWS
Current Issue
To make development for this project smoother and to also learn new skills for myself, I want to implement a CI/CD pipeline. Below are a few tools which we can accomplish this task:
The reason why Github Actions is preferred is because this project already exists within the Github ecosystem and I'm a little more familiar with it's UI and tools.
Reference Material