13 open-source projects similar to aws/aws-lambda-java-libs, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Aws Lambda Java Libs alternative.
Data ingestion for Amazon Elasticsearch Service from S3 and Amazon Kinesis, using AWS Lambda: Sample code
Amazon Redshift Database Loader implemented in AWS Lambda
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.
This example code illustrates how to extend AWS Lambda functionality using Amazon SQS and the Amazon EC2 Container Service (ECS).
Serverless Reference Architecture for Real-time File Processing
Serverless Reference Architecture for creating an IoT Backend
Serverless Reference Architecture for creating a Mobile Backend
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.
A chat application without servers - using only AWS Lambda, S3, DynamoDB and SNS
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.
Deploy, run and get results from Amazon AWS Lambda in a breeze
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
A grunt plugin to assist in developing functions for AWS Lambda.