localstack / localstack-demo

Simple demo application deployed using LocalStack
https://docs.localstack.cloud/getting-started/quickstart/
61 stars 33 forks source link

what is "make deploy" #53

Closed yhjhoo closed 1 year ago

yhjhoo commented 1 year ago

is this make command to compile C language?

dominikschubert commented 1 year ago

Hi @yhjhoo

It simply executes these lines in the Makefile: https://github.com/localstack/localstack-demo/blob/master/Makefile#L13-L16