Skip to content
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

generate-event api produces malformed json #5

Closed
samdengler opened this issue Aug 10, 2017 · 2 comments
Closed

generate-event api produces malformed json #5

samdengler opened this issue Aug 10, 2017 · 2 comments

Comments

@samdengler
Copy link

sorry, wanted to raise a warning, but can't figure out how to fix and submit a PR

observed:

%> sam local generate-event api | head -3
{
  "body": "{ "test\": \"body\"}",
  "resource": "/{proxy+}",

expected:

%> sam local generate-event api | head -3
{
  "body": "{ \"test\": \"body\"}",
  "resource": "/{proxy+}",
@sanathkr
Copy link
Contributor

Fixed now

@samdengler
Copy link
Author

👍

heitorlessa added a commit to heitorlessa/aws-sam-cli that referenced this issue Jun 19, 2018
fix: emphasize OSes and adds link to Docker file sharing opts

fix merge conflict - formatting commit

fix: adds Path adjustment procedure along with installation

fix merge conflict aws#4

fix: Add explicit command on update preferred shell configuration

fix merge conflict aws#5

fix: Emphasis on ``sam init`` under Usage

fix: Formatting issues under Package and Deploy section

fix: removes get started section as it's outdated

fix merge conflict aws#6

fix merge conflict aws#7

fix: RST doesn't support bold+code, falling back to code only

improv: Brings sam init to first command in Usage for instant gratification

fix: adds a note on Path for OSX users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants