From 7d0fb6334deed0d3a38bae4e7c9d6cb9ea67c7cc Mon Sep 17 00:00:00 2001 From: alfred Date: Wed, 1 May 2024 07:36:58 -0700 Subject: [PATCH] test section also cleanup of grammar --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78a49eb..7b69c33 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,11 @@ For instance, `shoesami:ami-0000000` would result in `ami-0000000` as the AMI of Please set environment values. +### For Testing This project uses LocalStack which mocks AWS services LocalStack has requirements about Auth - https://docs.localstack.cloud/references/credentials/ -- specifically, `test` is a good option for the environment of running test +- specifically, `test` is a good option for the access key id when running unit tests > AWS_ACCESS_KEY_ID=test > > AWS_SECRET_ACCESS_KEY=DOESNOTMATTER