Jared Bentvelsen
Jared Bentvelsen
With `multiple_values_per_key=True`: `Key1=Value1 Key1=Value2` -> `{Key1: [Value1, Value2]}` Without `multiple_values_per_key` specified (before this change): `Key1=Value1 Key1=Value2` -> `{Key1: Value2}` #### Which issue(s) does this change fix? N/A #### Why is...
Related: From https://github.com/aws/aws-sam-cli/pull/4065, I changed some file names and refactored the environment variable validation to the command entry point so that it fails faster in the case of invalid environment...
Re-raising this [PR](https://github.com/aws/aws-sam-cli/pull/6679) to handoff to another developer, since the previous PR was from a personal fork. Validate function `MemorySize` to be an integer within range `[128, 10240]` as per...