15 个仓库
Frameworks and utilities for building serverless applications.
Explore 15 awesome GitHub repositories matching part of an awesome list · Serverless and Lambda. Refine with filters or upvote what's useful.
The Serverless Framework is a declarative infrastructure-as-code tool designed to automate the deployment, scaling, and lifecycle management of cloud-native applications. It provides a unified command-line interface that translates high-level configuration files into provider-specific resource templates, enabling developers to orchestrate complex architectures, event-driven functions, and cloud resources within a single project structure. What distinguishes this framework is its focus on developer experience and multi-environment parity. It supports local function invocation and event proxyin
The Serverless Application Framework.
Ko is a daemonless container image builder and OCI image generator specifically for Go applications. It compiles Go source code into binaries and packages them directly into container images, pushing them to registries without requiring a local container runtime or daemon. The tool specializes in multi-platform image distribution, producing images for various CPU architectures and operating systems from a single execution. It distinguishes itself by automating the entire pipeline from Go import paths to Kubernetes deployment or serverless function packaging for architectures like AWS Lambda.
Creates container images compatible with AWS Lambda architectures for both x86 and ARM processors.
The Web Application reference architecture is a general-purpose, event-driven, web application back-end that uses AWS Lambda, Amazon API Gateway for its business logic. It also uses Amazon DynamoDB as its database and Amazon Cognito for user management. All static content is hosted using AWS Amplify Console.
Reference Architecture for creating a Web Application.
A sample authentication service implemented with a server-less architecture, using AWS Lambda to host and execute the code and Amazon DynamoDB as persistent storage. This provides a cost-efficient solution that is scalable and highly available and can be used with Amazon Cognito for Developer Authenticated Identities.
Sample authentication service.
Deploy, run and get results from Amazon AWS Lambda in a breeze
Deploy, run and get results in a breeze.
Amazon Redshift Database Loader implemented in AWS Lambda
Redshift loader.
Serverless Reference Architecture for creating a Mobile Backend
Reference Architecture for creating a Mobile Backend.
Official mirror for interface definitions and helper classes for Java code running on the AWS Lambda platform.
Official mirror for interface definitions and helper classes.
Serverless Reference Architecture for Real-time File Processing
Reference Architecture for Real-time File Processing.
A chat application without servers - using only AWS Lambda, S3, DynamoDB and SNS
A chat application without servers.
Data ingestion for Amazon Elasticsearch Service from S3 and Amazon Kinesis, using AWS Lambda: Sample code
Data ingestion for Elasticsearch from S3 and Kinesis.
This example code illustrates how to extend AWS Lambda functionality using Amazon SQS and the Amazon EC2 Container Service (ECS).
Extends Lambda using SQS and ECS.
Serverless Reference Architecture for creating an IoT Backend
Reference Architecture for creating an IoT Backend.
A grunt plugin to assist in developing functions for AWS Lambda.
Grunt plugin for Lambda development.
This project shows how to use the grunt-aws-lambda plugin to develop and test your AWS Lambda function locally. It uses the CreateThumbnail function described in the AWS Lambda documentation.
Uses the grunt-aws-lambda plugin to help you develop and test.