#!/bin/sh
set -e

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