#!/bin/sh
set -e

yarn awslocal lambda get-function \
  --function-name my-function
