/cloudquery-lambda

Primary LanguageGoApache License 2.0Apache-2.0

⚠️ 🚧 Work in progress 🚧 ⚠️

☁️ Cloudquery in AWS Lambda

This repo contains a reference implementation for running Cloudquery in AWS lambda.

Usage

Install Task

Build docker image locally:

task docker:build

Build docker test image with AWS Lambda runtime environment support

task test:docker:build

Run docker image locally:

task test:docker:run

http post http://localhost:8080/2015-03-31/functions/function/invocations taskName=fetch

Deploy

TODO