mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
23 lines
659 B
Markdown
23 lines
659 B
Markdown
<!--
|
|
title: Hello World Example
|
|
menuText: Hello World Example
|
|
description: Example of creating a Hello World function in Node.js and Python with the Serverless framework
|
|
layout: Doc
|
|
-->
|
|
|
|
<!-- DOCS-SITE-LINK:START automatically generated -->
|
|
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/aws/examples/hello-world/)
|
|
<!-- DOCS-SITE-LINK:END -->
|
|
|
|
# Hello World Serverless Example 🌍
|
|
|
|
Welcome to the Hello World example.
|
|
|
|
Pick your language of choice:
|
|
|
|
* [JavaScript](./node)
|
|
* [Python](./python)
|
|
* [csharp](./csharp)
|
|
|
|
[View all examples](https://www.serverless.com/framework/docs/providers/aws/examples/)
|