Skip to content

TA10 matana-p ETL Step Function#243

Open
beungz wants to merge 3 commits intoetl-ta8from
ta8-matana-p
Open

TA10 matana-p ETL Step Function#243
beungz wants to merge 3 commits intoetl-ta8from
ta8-matana-p

Conversation

@beungz
Copy link
Collaborator

@beungz beungz commented Nov 18, 2024

Team Assignment 10 - ETL Step Function

Team: Matana Pornluanprasert (Matana P)

For a given year, this step function can extract GDP data from the World Bank API, transform the data, return with the top 20 largest economies, then save it as CSV into S3 output bucket. It comprises of three lambda functions (extract, tranform, load) and the step functions state machine definition (JSON).

Input to the step function (also for the extract lambda) can be given in the following format:

{
   "year": 2020
}

In this case, GDP data of year 2020 will be returned.

Video Link: https://drive.google.com/file/d/1GOY8LAe0sipBCIfotV-8S3rcmXapOGUO/view?usp=drive_link

@beungz beungz changed the title TA10 matana-p TA10 matana-p ETL Step Function Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant