TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Amazon API Update – New Features Simplify API Development

6 pointsby jeffbarrover 8 years ago

1 comment

adzicgover 8 years ago
this is a significant update mostly because it finally allows a lambda function to return arbitrary headers and response codes. previously, you had to enumerate all headers upfront, and enumerate all response codes, mapping them to individual regexes for error patterns (too much magic). Now, the new proxy lambda integration allows a function to just return the http code, body and headers as a simple JSON object. no more velocity templates for data coming in or out.