python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to return from a AWS Appsync resolver pipeline without throwing an error
I have a resolver pipeline where I check to see if an item exists. If it does not I want to start a lambda which will create the data. If the queried item exists already I want to return from the pipe...
Martin Gressler
Votes: 0
Answers: 0
AWS API Gateway mapping templates exception handling
I am looking to encapsulate the mapping template codes in a try catch to prevent the gateway from crashing.
I wrote some complex logging algorithm to parse the request and body and log wanted paramete...
goinggrey
Votes: 0
Answers: 0