-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve developer experience with sam sync and sam deploy #291
Conversation
@@ -116,36 +98,40 @@ aws stepfunctions create-state-machine --endpoint http://localhost:8083 --defini | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't remember if you said something about this but the "Running the API locally with state machines + lambdas..." instruction starting on line 76 no longer works. I tried changing the name of the template but just got an error. Not sure if that part needs to come out or just be updated.
When I tried a
|
bc13eeb
to
214c02c
Compare
a981ee3
to
b3f30ae
Compare
I'm running through the README instructions. When I make a file download request after starting with
|
55b649e
to
1d213be
Compare
Please:
|
1d213be
to
a436b5e
Compare
a436b5e
to
8013f8f
Compare
Add ability to selectively deploy stacks Use cfn-lint instead of sam validate Add DEFAULT_SEARCH_SIZE parameter Add make features for env.json and samconfig.yaml and update documentation Fix issues with templates & makefile and update documentation Fix `start-with-step` to allow av-download stack to run
8013f8f
to
3622737
Compare
Closes #196