test/

directory
v0.10.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2024 License: MPL-2.0

README

Local integration tests

To run locally:

  1. Set up AWS credentials via the following environment variables:

    export AWS_ACCESS_KEY_ID=...
    export AWS_SECRET_ACCESS_KEY=...
    export AWS_SESSION_TOKEN=...
    
  2. Set AWS_ROLE_ARN to the ARN of your AWS credentials' role, e.g.:

    export AWS_ROLE_ARN=arn:aws:iam::<ACCOUNT_ID>:role/<ROLE_NAME>
    
  3. Run docker-compose. It will exit with error code 0 if successful:

    docker-compose up --build --exit-code lambda
    

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL