Skip to content

Refactor API and lambdas to use lambda -> API pattern #45

@jbkolze

Description

@jbkolze

Lambda will perform database updates through API endpoints rather than through a direct RDS connection.

Need to:

  • set up lambda auth workflow in API (check for internal token in request header)
  • ingest env vars in lambdas as needed -- ALB URL, SQS URL, etc.
  • make request to appropriate API endpoint from lambda
  • ingest app key secret in lambda
  • include an app key in lambda request header to allow verification within API

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions