Deploying DDB stream events to specific stage with v1

@adambiggs I assume you don’t share the DynamoDB table across stages? If not, you can have different instances of your lambda connected to each tables stream.

You can use the solution I describe here - Disable Function Per Stage?. But you run the same risks by only ever executing the code in production.