Data4Democracy / are-you-fake-news

16 stars 3 forks source link

AWS API Gateway integration #5

Closed N2ITN closed 5 years ago

N2ITN commented 6 years ago

Status

Unassigned

Issue

I have a script to update and deploy a function on AWS Lambda (230MB). The missing part is setting up the AWS API Gateway via the CLI.

Tasks

Use the AWS CLI to deploy an API PUT method on an existing API. The API needs to connect to a Lambda function using the "Lambda proxy integration" option.

IlanaL1 commented 6 years ago

What aws account and credentials are you using?

N2ITN commented 6 years ago

The account is my own, but I can issue IAM roles to D4D people.

N2ITN commented 6 years ago

Fixed - thanks @IlanaL1 !

N2ITN commented 6 years ago

Come to think of it, this isn't quite finished yet!

N2ITN commented 5 years ago

Closing this, as the project is going towards Docker compose instead of AWS Lambda.