From 799b863046cd1a3de69bd71310b1304c19fd0ef5 Mon Sep 17 00:00:00 2001 From: Achobandu Date: Fri, 12 Jul 2024 10:33:47 -0400 Subject: [PATCH 1/2] Create submissions --- submissions | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 submissions diff --git a/submissions b/submissions new file mode 100644 index 0000000..12918d7 --- /dev/null +++ b/submissions @@ -0,0 +1,10 @@ +**Name**: Ifeanyi Achobandu +**Github Repo URL**: https://github.com/Achobandu/resumeAPI +**Resume API URL**: https://rcn2ynee74.execute-api.us-east-1.amazonaws.com/resume-test/resume + +## Summary +- I created a table in DynamoDB +- I then created a lambda function to get the JSON resume from the table +- I created a RESt API using API Gateway and integrated it with the Lambda function. +- As an extra, I created a Frontend to stylize the API from the API URL. +- I then created a CI/CD pipeline using Github Actions to keep my codes up to date From af784fdbc2eeef799894b5ceb57fe156edeb7040 Mon Sep 17 00:00:00 2001 From: Achobandu Date: Fri, 12 Jul 2024 10:36:28 -0400 Subject: [PATCH 2/2] Update submissions --- submissions | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/submissions b/submissions index 12918d7..e199282 100644 --- a/submissions +++ b/submissions @@ -1,10 +1,6 @@ -**Name**: Ifeanyi Achobandu -**Github Repo URL**: https://github.com/Achobandu/resumeAPI -**Resume API URL**: https://rcn2ynee74.execute-api.us-east-1.amazonaws.com/resume-test/resume +Name: Ifeanyi Achobandu +Github Repo URL: https://github.com/Achobandu/resumeAPI +Resume API URL: https://rcn2ynee74.execute-api.us-east-1.amazonaws.com/resume-test/resume +S3 URL: s3://resumestaticweb/index.html + -## Summary -- I created a table in DynamoDB -- I then created a lambda function to get the JSON resume from the table -- I created a RESt API using API Gateway and integrated it with the Lambda function. -- As an extra, I created a Frontend to stylize the API from the API URL. -- I then created a CI/CD pipeline using Github Actions to keep my codes up to date