---
title: "How to leverage AWS serverless infrastructure to build an asynchronous fullstack application using Serverless Framework."
url: https://daily.dev/posts/how-to-leverage-aws-serverless-infrastructure-to-build-an-asynchronous-fullstack-application-using-s-pzhlg9c5j
source_url: https://awstip.com/how-to-leverage-aws-serverless-infrastructure-to-build-an-asynchronous-fullstack-application-using-b2507d83b2fe
type: article
source: "AWS Tip"
published: 2024-03-07T22:56:52.342Z
updated: 2024-05-09T08:39:06.345Z
tags: ["webdev", "aws", "serverless", "microservices", "aws-lambda", "websocket"]
reading_time: 4
upvotes: 1
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How to leverage AWS serverless infrastructure to build an asynchronous fullstack application using Serverless Framework.

**[AWS Tip](https://daily.dev/sources/awstip)** · 4 min read · 1 upvotes · 1 comments

## Summary

Learn how to build an asynchronous fullstack application using AWS serverless infrastructure and the Serverless Framework. The tutorial explores a distributed method for web applications that require a long computational process. It covers the creation of a fullstack application for face detection, leveraging AWS CloudFront for content caching, load balancing, and TLS encryption, and utilizing different API Gateway solutions to proxy requests and decouple functions using Amazon SQS.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://awstip.com/how-to-leverage-aws-serverless-infrastructure-to-build-an-asynchronous-fullstack-application-using-b2507d83b2fe>

## Community discussion

Top comments from developers on daily.dev.

**@jsporna** · 0 upvotes

> For me in whole tutorial there is missing clarification why websockets. Also missing information how endpoints are deployed in AWS API Gateway or examples of URLs to access frontend.
> A lot of cloudformation can shadowed the idea of whole solution for beginner.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#aws](https://daily.dev/tags/aws), [#serverless](https://daily.dev/tags/serverless), [#microservices](https://daily.dev/tags/microservices), [#aws-lambda](https://daily.dev/tags/aws-lambda), [#websocket](https://daily.dev/tags/websocket)

[View this post on daily.dev](https://daily.dev/posts/how-to-leverage-aws-serverless-infrastructure-to-build-an-asynchronous-fullstack-application-using-s-pzhlg9c5j)
