Skip to content
Vedashree Patil edited this page Jun 4, 2021 · 8 revisions

Links to Pages:

TL;DR

Swagger UI and API Documentation is available at:

http://swagger-ui-cloud-assignment.s3-website-us-east-1.amazonaws.com/

API endpoint:

https://kepxuc1vi5.execute-api.us-east-1.amazonaws.com/dev/replaceOrganisation

Documentation

https://github.com/vedashree29296/cloud-assignment/wiki

Sample curl command:

curl -X POST "https://kepxuc1vi5.execute-api.us-east-1.amazonaws.com/dev/replaceOrganisation" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"text\":\"Facebook, Netflix, Amazon and Google are called the FANG companies.\",\"add_organisation\":[\"Facebook\"]}"

Assignment Specifics:

  • Developed in Go
  • Deployed on AWS Lambda + API Gateway using Serverless Framework.
  • CI/CD using GitHub actions

Clone this wiki locally