awsdocs / aws-doc-sdk-examples

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Apache License 2.0
9.62k stars 5.64k forks source link

Weathertop: Fix batchStorage not being a number. #7034

Closed DavidSouther closed 1 week ago

DavidSouther commented 2 weeks ago

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

ford-at-aws commented 1 week ago

It would make more sense to put this check on ingest via targets.ts to make sure it's an Integer in the configuration file itself, instead of adding it later down in the stack.