aws / aws-sam-cli-app-templates

Apache License 2.0
486 stars 260 forks source link

Update Node makefile create targets to use mock asl definition for testing #495

Closed eginter closed 8 months ago

eginter commented 8 months ago

Issue #, if available: Related to #346

Description of changes: Changes made in #346 created the mocked.test.asl.json file appropriately, but did not use it for the aws stepfunctions create-state-machine --definition argument. This PR updates the node v16/18/20 step-func makefiles to do so.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.