#!/bin/sh
set -e

yarn awslocal lambda list-event-source-mappings \
  --function-name my-function
