David Lopez

Results 10 comments of David Lopez

Yes. Anything on the HOW TO would be amazing...

@paulrberg yeah man ive read both, not too exhaustive of a reference... I mean it gives a nice overview; whenever I figure it out ill write an exhaustive blog helping...

> @jayair I'm sorry for the long delay. > > To your question, yes I do. I was just trying to avoid an additional query on DynamoDB for every call...

> @lopezdp , > > Are you able to access the custom claims through `event.requestContext.authorizer.claims`? Oh boy did I solve this... Basically helped me to create the Authorization strategy I...

> @lopezdp , > > Are you able to access the custom claims through `event.requestContext.authorizer.claims`? @lakshmajim I found the questions on SO that deal with this issue and submitted a...

Im getting a status: 401 'Unauthorized' response message using the same data but configured for my credentials.... any suggestions on what path to take to debug this? thanks for the...

> Hey @lopezdp, is this related to the issue you posted on the forums? This was something else but I resolved it. I had the wrong info down for the...

I am having a similar problem. Please see below: **What went wrong?** Babe Migration from 7.x to 8.x Node Migration from 8.x to 10.x **What was the config you used?**...

I solved this in my `jsfmt.sublime-settings` file by adding the semicolon plugin to the array below: ``` // plugins included "plugins": [ "esformatter-jsx", // "esformatter-quotes", "esformatter-semicolons", // "esformatter-braces", // "esformatter-dot-notation"...