ActoKids / AD440_W19_CloudPracticum

3 stars 1 forks source link

Create GET request for all events #30

Closed ZakBrinlee closed 5 years ago

ZakBrinlee commented 5 years ago

API GET request for events.

Estimated time: 7 hours

Actual time: 8 hours

ZakBrinlee commented 5 years ago

Estimated Time: 7 hours

Time Spent: 8 hours as of 2/5/19

Pull Request

Wiki Page

GET all events: curl -v https://8cex032b53.execute-api.us-west-2.amazonaws.com/sprint2_test/v1/events

GET event by id: curl -v https://8cex032b53.execute-api.us-west-2.amazonaws.com/sprint2_test/v1/events/1

toddysm commented 5 years ago

Few things:

ZakBrinlee commented 5 years ago

I tested both Lambda Functions against my DynamoDB database with two current events.

My code was reviewed and tested by Alex Clontz and Travis Tackett. Can review their comments and pull request with the following link: https://github.com/ActoKids/api/pull/14

I reviewed the following pull-requests and tested their code. It worked and I did approve before the task was due.

Alex Clontz: https://github.com/ActoKids/api/pull/9 Travis Tackett: https://github.com/ActoKids/api/pull/13