Skip to content

Latest commit

History

History

README.md

Serverless Lambda

AWS Lambda using the serverless framework.

How to run this locally

Authenticate

  • AWS_DEFAULT_REGION: The AWS region name. In Prisma's case, this is eu-central-1.
  • AWS_ROLE: The aws role, e.g. arn:aws:iam::<id>:role/service-role/<role-id>.
  • AWS_SECRET_ACCESS_KEY: The AWS secret.
  • AWS_ACCESS_KEY_ID: The AWS access key id.

Check 1Password for the values for our ecosystem-tests account.