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.

AWS launching Lambda URLs, allowing executions without API Gateway

32 pointsby reviconover 3 years ago
AWS pushed out the docs for this new feature but then quickly pulled them down. Likely it will be announced during re:invent coming up.<p>The original doc url (taken down now) was: https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;lambda&#x2F;latest&#x2F;dg&#x2F;invocation-urls.html<p>Google has a cache here: https:&#x2F;&#x2F;webcache.googleusercontent.com&#x2F;search?q=cache:Qr4xUaiHjAsJ:https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;lambda&#x2F;latest&#x2F;dg&#x2F;invocation-urls.html+&amp;cd=1&amp;hl=en&amp;ct=clnk&amp;gl=us

6 comments

mooredsover 3 years ago
Yes, I posted this yesterday ( <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29285371" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29285371</a> ) but then it was taken down.<p>Very exciting as I just spent a few hours cobbling together the cloudformation for a simple API gateway -&gt; Node lambda. The lambda just calls a few AWS APIs. Cutting out the API gateway will be a plus.
评论 #29312405 未加载
评论 #29303312 未加载
joshstrangeover 3 years ago
As someone who uses the serverless framework to abstract this can anyone tell me why they don&#x27;t like the API Gateway? I&#x27;m sure there are valid reasons, I&#x27;ve just not run into any issues wiring up my lambdas with the API Gateway (using serverless, I&#x27;ve never done it manually).
orfover 3 years ago
Fantastic! Using api-gateway for this was so annoying.
staalezhover 3 years ago
Nice, I recently tested out SAM for a webhook I deployed which was quite smooth, but this is definitely a step in the right direction.
tobilgover 3 years ago
This came out three days ago already. Apparently a premature launch, but it’s still in the changelog of the AWS JS SDK: <a href="https:&#x2F;&#x2F;github.com&#x2F;aws&#x2F;aws-sdk-js&#x2F;blob&#x2F;master&#x2F;CHANGELOG.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;aws&#x2F;aws-sdk-js&#x2F;blob&#x2F;master&#x2F;CHANGELOG.md</a>
aynycover 3 years ago
I can&#x27;t tell from the page. Does it have support OAuth natively?