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

Context output support #1

Closed
nicka opened this issue Mar 27, 2017 · 3 comments
Closed

Context output support #1

nicka opened this issue Mar 27, 2017 · 3 comments

Comments

@nicka
Copy link

nicka commented Mar 27, 2017

The output can also include a context map containing key-value pairs. The following shows an example of this output.

{
  "principalId": "",
  "policyDocument": {},
  "context": {
    "stringKey": "value",
    "numberKey": 1,
    "booleanKey": true
  }
}
@nicka
Copy link
Author

nicka commented Mar 28, 2017

Woah you are fast 🎉

@johncmckim
Copy link
Contributor

Haha. It's a nice easy change. Didn't know the context feature existed. I can see good uses for it.

Let me know if there's any issues with it.

@nicka
Copy link
Author

nicka commented Mar 28, 2017

Was testing with this today, works pretty good actually 👍

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