All Projects → microapps → Sherlock Holmes Partying In The Jungle

microapps / Sherlock Holmes Partying In The Jungle

Licence: mit
Parses AWS events payloads into a plain JavaScript object

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sherlock Holmes Partying In The Jungle

go-localstack
Go Wrapper for using localstack
Stars: ✭ 56 (+366.67%)
Mutual labels:  lambda, dynamodb, s3, sns
Lambdaguard
AWS Serverless Security
Stars: ✭ 300 (+2400%)
Mutual labels:  aws-lambda, lambda, sns, dynamodb
Aws Sdk Js V3
Modularized AWS SDK for JavaScript.
Stars: ✭ 737 (+6041.67%)
Mutual labels:  lambda, s3, sns, dynamodb
aws-pdf-textract-pipeline
🔍 Data pipeline for crawling PDFs from the Web and transforming their contents into structured data using AWS textract. Built with AWS CDK + TypeScript
Stars: ✭ 141 (+1075%)
Mutual labels:  dynamodb, s3, sns
Aws Mobile React Sample
A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.
Stars: ✭ 650 (+5316.67%)
Mutual labels:  lambda, s3, dynamodb
Node Acme Lambda
Use AWS Lambda to manage SSL certificates for ACME providers like Let's Encrypt.
Stars: ✭ 120 (+900%)
Mutual labels:  aws-lambda, lambda, s3
Hands-On-Serverless-Applications-with-Go
Hands-On Serverless Applications with Go, published by Packt.
Stars: ✭ 92 (+666.67%)
Mutual labels:  lambda, dynamodb, s3
gozeit
GoZeit
Stars: ✭ 19 (+58.33%)
Mutual labels:  lambda, dynamodb, s3
terraform-aws-lambda
A Terraform module to create AWS Lambda ressources.
Stars: ✭ 40 (+233.33%)
Mutual labels:  lambda, dynamodb, sns
twitter
A serverless social network that's under development with some cool stuff, such as Serverless Framework, AppSync, GraphQL, Lambda, DynamoDB, Cognito, Kinesis Firehose, and Algolia ☁️
Stars: ✭ 29 (+141.67%)
Mutual labels:  lambda, aws-lambda, dynamodb
Arc.codes
The Architect web site! 🌩
Stars: ✭ 271 (+2158.33%)
Mutual labels:  lambda, sns, dynamodb
Lambda Refarch Webapp
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.
Stars: ✭ 1,208 (+9966.67%)
Mutual labels:  aws-lambda, lambda, dynamodb
Aws Mobile React Native Starter
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
Stars: ✭ 2,247 (+18625%)
Mutual labels:  lambda, s3, dynamodb
Dazn Lambda Powertools
Powertools (logger, HTTP client, AWS clients, middlewares, patterns) for Lambda functions.
Stars: ✭ 501 (+4075%)
Mutual labels:  lambda, sns, dynamodb
Diamondb
[WIP] DiamonDB: Rebuild of time series database on AWS.
Stars: ✭ 98 (+716.67%)
Mutual labels:  lambda, s3, dynamodb
Aws Cli Cheatsheet
☁️ AWS CLI + JQ = Make life easier
Stars: ✭ 94 (+683.33%)
Mutual labels:  lambda, sns, dynamodb
Historical
A serverless, event-driven AWS configuration collection service with configuration versioning.
Stars: ✭ 85 (+608.33%)
Mutual labels:  lambda, s3, dynamodb
Awesome Aws
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Stars: ✭ 9,895 (+82358.33%)
Mutual labels:  lambda, s3, dynamodb
super-serverless-sample
Backend serverless que simula o sistema de votação do BBB
Stars: ✭ 30 (+150%)
Mutual labels:  lambda, aws-lambda, dynamodb
Serverless Express
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, Lambda@Edge, and ALB.
Stars: ✭ 4,265 (+35441.67%)
Mutual labels:  aws-lambda, lambda, dynamodb

Sherlock Holmes Partying in the Jungle

GitHub license GitHub stars

AWS = Jungle

Event = Party

Parser = Sherlock Holmes

Sherlock Holmes Partying in the Jungle parses AWS events like SNS, S3, Kinesis Stream, DynamoDB Stream and returns a plain JavaScript object.

Example:

var parse = require('sherlock-holmes-partying-in-the-jungle').parse;
var items = parse(kinesisEvent);
import { parse } from 'sherlock-holmes-partying-in-the-jungle';
const items = parse(kinesisEvent);

Installing

$ npm install --save sherlock-holmes-partying-in-the-jungle

Contributing

Contributions are always welcome!

Credits

Developed by microapps. Used in our live products: MoonMail & [MONEI] (https://monei.net/?utm_source=sherlock-repo-readme&utm_medium=click&utm_campaign=github)

License

Sherlock Holmes Partying in the Jungle is available under the MIT license. See the LICENSE file for more info.

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].