In order to use Bref efficiently, I’ve developed a Makefile so that I don’t have to remember all the various commands required. In particular, looking up the correct parameters to sam package
and sam deploy
is a pain and it’s much easier to type make deploy and it all works as I expect.
It looks like this:
In order to use Bref efficiently, I’ve developed a Makefile so that I don’t have to remember all the various commands required. In particular, looking up the correct parameters to sam package and sam deploy is a pain and it’s much easier to type make deploy and it all works as I expect.
It looks like this: […]