localstack / aws-sam-cli-local

Simple wrapper around AWS SAM CLI for use with LocalStack
Apache License 2.0
48 stars 8 forks source link

Fix CI build #16

Closed simonrw closed 7 months ago

simonrw commented 7 months ago

Motivation

I was hasty in merging the initial CI PR in #14. After implementing the comments regarding installing dependencies (and mentioning that I have had problems in the past with dependencies!) I neglected to test that the dependencies were actually used.

This PR fixes that and builds the sam project before testing deployment.

:man_facepalming: