Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 768 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (6 loc) · 768 Bytes

This project touches both AWS and GCP. The code runs inside AWS Lambda functions, but uses the GCP SDK to perform BigQuery operations in GCP. The result of these operations is objects (files) that live in Google Cloud Storage, which are copied elsewhere using Porter (which also runs in AWS).

Therefore, permissions are needed for working with resources in both clouds.

AWS Permissions

Any permissions that the Lambda function needs for working with resources in AWS should be configured in the app's CloudFormation template. Some of the permissions it may need include:

  • Reading values from Parameter Store
  • Sending jobs to Porter