Skip to content

Commit 218ac8e

Browse files
authored
Merge pull request #7 from NHSDigital/mm-odin-266-sonar-fixes
odin-266: added note to readme
2 parents 959a2b8 + 854baf6 commit 218ac8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ YACE and this lambda can be configured to use the [Resource Groups Tagging API](
1212
> **_NOTE:_**
1313
> Cloudwatch APIs are rate limited, do not deploy multiple metrics lambdas running on the same schedule, the implementation supports environment variables to limit the concurrency for the different APIs e.g. `TAGGING_API_CONCURRENCY` (by account/region)
1414
15+
> **_NOTE:_**
16+
> In the first iteration of this function we're passing the scrape config as a lambda environment variable, there is a total size limit of 4KB for lambda environment variables, if you need more config, the function will need to be updated to support config from s3 or another source.
17+
18+
1519
## variables
1620

1721

0 commit comments

Comments
 (0)