brabster / crucible

AWS CloudFormation templates built with Clojure
Eclipse Public License 1.0
72 stars 18 forks source link

Unsupported lambda property: BatchSize #126

Closed dmarjenburgh closed 6 years ago

dmarjenburgh commented 6 years ago

BatchSize is not a supported property on a lambda function. Should this be ReservedConcurrentExecutions?

The :crucible.aws.lambda/batch-size spec has a max of 10000, but the max reserved-concurrent-executions is 1000.

dmarjenburgh commented 6 years ago

I see it's a property of a lambda EventSourceMapping. So it looks like reserved-concurrent-executions is just a missing spec atm.

brabster commented 6 years ago

Yes @dmarjenburgh.

I often only added the properties I needed at the time, happy to merge PRs that add more!