All Projects → aws-samples → getting-started-with-serverless

aws-samples / getting-started-with-serverless

Licence: MIT-0 license
Follow along with blog posts, code samples, and practical exercises to learn how to build serverless applications from your local Integrated development environment (IDE).

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to getting-started-with-serverless

Serverless Aws Alias
Alias support for Serverless 1.x
Stars: ✭ 171 (+271.74%)
Mutual labels:  api-gateway, lambda-functions
pong
🏓 Pong for RESTful APIs (microservices pattern) using Serverless Framework ⚡
Stars: ✭ 27 (-41.3%)
Mutual labels:  api-gateway, lambda-functions
aws-tailor
AWS account provisioning and management service
Stars: ✭ 105 (+128.26%)
Mutual labels:  api-gateway, lambda-functions
Lambda Proxy Router
A simple router for AWS Lambda Proxy Functions
Stars: ✭ 14 (-69.57%)
Mutual labels:  api-gateway, lambda-functions
CloudFrontier
Monitor the internet attack surface of various public cloud environments. Currently supports AWS, GCP, Azure, DigitalOcean and Oracle Cloud.
Stars: ✭ 102 (+121.74%)
Mutual labels:  api-gateway, lambda-functions
lmdrouter
Go HTTP router library for AWS API Gateway-invoked Lambda Functions
Stars: ✭ 121 (+163.04%)
Mutual labels:  api-gateway, lambda-functions
yap
Open source API Gateway on GraphQL for serverless. Less code, safer API. 💪
Stars: ✭ 105 (+128.26%)
Mutual labels:  api-gateway, lambda-functions
Mystral
Mystral (pronounced "ˈMistrəl") is an efficient library to deal with relational databases quickly.
Stars: ✭ 13 (-71.74%)
Mutual labels:  lambda-functions
running-playwright-on-aws-lambda
Running hundreds of Playwright E2E tests in a few seconds with AWS Lambda
Stars: ✭ 225 (+389.13%)
Mutual labels:  lambda-functions
serverless-cloud-vision
Serverless API around Google Cloud Vision
Stars: ✭ 31 (-32.61%)
Mutual labels:  api-gateway
serverless-api-gateway-throttling
A plugin for the Serverless framework which configures throttling for API Gateway endpoints.
Stars: ✭ 54 (+17.39%)
Mutual labels:  api-gateway
aws-sam-typescript-layers-example
Example project for developing AWS Lambda functions on TypeScript with all goodies: local development, tests, debugging, shared layers (3rd party and your own), and deploy.
Stars: ✭ 168 (+265.22%)
Mutual labels:  lambda-functions
govway
API Gateway per la Pubblica Amministrazione italiana
Stars: ✭ 38 (-17.39%)
Mutual labels:  api-gateway
ui5-service-worker-sample
ui5-service-worker-sample demonstrates how the Service Worker API, available in modern web browsers, could be used in a UI5 app to realize different caching strategies.
Stars: ✭ 16 (-65.22%)
Mutual labels:  sample-code
hcp-portal-service-samples
Code samples of site and page templates, applications, widgets, shell plugins and more, intended to be used as references for development of custom content for SAP HANA Cloud Platform portal service sites.
Stars: ✭ 29 (-36.96%)
Mutual labels:  sample-code
lorem-ipsum-generator-generator
🎰 Generate a lorem ipsum generator site using Mercury Web Parser
Stars: ✭ 27 (-41.3%)
Mutual labels:  lambda-functions
semaphore
Take control of your data, connect with anything, and expose it anywhere through protocols such as HTTP, GraphQL, and gRPC.
Stars: ✭ 74 (+60.87%)
Mutual labels:  api-gateway
microservice-style-guide
There are several articles on ‘internet’ including large companies, showing their microservices using REST, this guide has how to show some good practices and standards so that you have a microservice architecture that is the best possible, totally decoupled and scalable.
Stars: ✭ 93 (+102.17%)
Mutual labels:  api-gateway
raspberryTools
Some useful tools for Raspberry Pi
Stars: ✭ 24 (-47.83%)
Mutual labels:  sample-code
kong-java-client
Java Client for Kong API Gateway configuration
Stars: ✭ 69 (+50%)
Mutual labels:  api-gateway

Getting started with serverless

This getting started series is written by the serverless developer advocate team @AWSCloud. It has been designed for developers who know how to code but are new to serverless. Follow along with blog posts, code samples, and practical exercises to learn how to build serverless applications from your local Integrated development environment (IDE).

img

How to use this Repository

This repository is split into folders. Each folder has a corresponding blog post on the AWS serverless Compute blog. Read the blogs posts and refer back to the code samples in this repository:

Blog Post Code
Intro to serverless
Learn why developers need serverless technologies and which challenges serverless technologies help to solve. You deploy a simple serverless application to your AWS account that connects Slack to GitHub and see first-hand why serverless technologies sparks joy for developers.
/Part_1
The business logic
Learn where that business logic exists within the serverless application. You see how to extend the application by editing the business logic and learn about some of the AWS services involved.
/Part_2
The front door
See how to access business logic by creating a front door to your serverless application with Amazon API Gateway. You extend the example serverless application to process an additional GitHub webhook URL. Finally, you see how Serverless applications help to reduce complexity and code by decoupling business logic from routing logic.
/Part_3
Local developer workflow
See how the developer workflow for building serverless applications differs to a traditional developer workflow. Use a test harness to run business logic locally before deploying to an AWS account, and test against live cloud services as you build.
/Part_4
Sandbox developer account
How to deploy your business logic to a Lambda function in a sandboxed developer account. You are introduced to IAM policies, which control precisely what each Lambda function can do within the AWS Cloud. You learn that CloudWatch provides a unified view of logs for all AWS resources.
/Part_5

The Application

By the end of this 3-part series you will have built a serverless application that connects GitHub and Slack together. The app will post a message to Slack when a GitHub repository has been starred or a push made. The final output of which looks like the following:

simple Serverless GitHub to Slack

Prerequisits

To deploy this application, you need:

Deploy the App

Refer to blog post part 1 to deploy the app:

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.........

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].