How to enable CloudWatch logs for API Gateway
You're getting weird errors for API Gateway and need to see what's going onYou're getting a weird error back from API Gateway and you're not sure where it's coming from. You don&
You're getting weird errors for API Gateway and need to see what's going onYou're getting a weird error back from API Gateway and you're not sure where it's coming from. You don&
Exploring a completely serverless API and deployment pipelineServerless architecture is a popular topic these days. I see a lot of potential advantages of this style but also have concerns about how
How can you map your Lambda success response to 302 with a Location header pointing to a new resource? Like a lot of other things with API Gateway it's easy to do but not very obvious. Let
Why does it have to be so hard?API Gateway and Lambda are great until you need to return an error object from your REST API. It's a maze of regular expressions, string conversions, and mapping
Do you need to return an HTML page from your API Gateway & Lambda function? Are you rendering HTML for web crawlers to read? This article is for you. Why return HTML from API Gateway?I was rec