aspect-build / aspect-build/rules_aws

[FR]: easy integration tests with localstack

Open
#19 3 comments 0 reactions 1 assignee Claimed by @alexeagle View on GitHub
need: discussion
Dominant language
Starlark
Stars
18
Forks
9
PR merge metrics
No merged PRs in 30d

Description

I should be able to manually run a test like so:

```
% bazel run //infrastructure/tools/aws:localstack
% docker run --rm -it -p 4566:4566 -p 4510-4559:4510-4559 localstack:bazel
% pytest
```
to execute a test that expects to talk to AWS APIs, without any network connection.

We may also give guidance about using the Testcontainers library to make the test fixture bring up the containers when the test starts.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.