---
title: "Building an API using Serverless framework"
url: https://daily.dev/posts/building-an-api-using-serverless-framework-gzzyru7t4
source_url: https://awstip.com/building-an-api-using-serverless-framework-cbc1e8912806?source=rss----b4c1e34ed5e---4
type: article
source: "AWS Tip"
published: 2022-09-02T17:40:39.498Z
updated: 2022-09-02T17:40:39.493Z
tags: ["aws", "serverless", "aws-lambda", "aws-s3", "aws-iam"]
reading_time: 11
upvotes: 18
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.

# Building an API using Serverless framework

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

## Summary

Serverless is a way to build and run applications & services without having to manage servers. There are 40+ Lambda templates for the most common use cases (e.g. microservice-http-endpoint, dynamodb-process-stream, sns-message, sqs-poller, s3-get-object, etc. You only pay for the time that Lambdas work.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://awstip.com/building-an-api-using-serverless-framework-cbc1e8912806?source=rss----b4c1e34ed5e---4>

## Community discussion

Top comments from developers on daily.dev.

**@zeejay09** · 1 upvotes

> Nice!

## 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: [#aws](https://daily.dev/tags/aws), [#serverless](https://daily.dev/tags/serverless), [#aws-lambda](https://daily.dev/tags/aws-lambda), [#aws-s3](https://daily.dev/tags/aws-s3), [#aws-iam](https://daily.dev/tags/aws-iam)

[View this post on daily.dev](https://daily.dev/posts/building-an-api-using-serverless-framework-gzzyru7t4)
