1
sjwsjwsjw
90d

New to AWS, is my best option for having a integer value (maximum number of items to process) that I can override for a lambda step function

to read a value from an S3 bucket where I can overwrite the value if I want to change it. This seems silly and I feel silly as I expect my situation should be simple and not novel at all.

For some reason I expected I could use an environment variable, but didn't see an option to overwrite it in the web GUI https://docs.aws.amazon.com/lambda/...

Comments
  • 1
    Why would you not use a custom env variable? Its just a key/value pair, the ones documented are predefined is all.
  • 0
    @C0D4 I don't see how I can overwrite the custom env var at the moment to override the default maximum value up or down .
Add Comment