All Projects → simalexan → api-lambda-save-dynamodb

simalexan / api-lambda-save-dynamodb

Licence: other
Deploy instantly on Serverless Application Repository

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to api-lambda-save-dynamodb

Serverless Stack Demo Api
Source for the demo app API in Serverless-Stack.com
Stars: ✭ 486 (+783.64%)
Mutual labels:  api-gateway, dynamodb
Aws Mobile React Native Starter
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
Stars: ✭ 2,247 (+3985.45%)
Mutual labels:  api-gateway, dynamodb
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 (+1081.82%)
Mutual labels:  api-gateway, dynamodb
Arc.codes
The Architect web site! 🌩
Stars: ✭ 271 (+392.73%)
Mutual labels:  api-gateway, dynamodb
serverless-websockets-chat
Realtime chat app based on AWS Lambda, API Gateway, DynamoDB, Websockets, React in TS
Stars: ✭ 19 (-65.45%)
Mutual labels:  api-gateway, 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 (+7654.55%)
Mutual labels:  api-gateway, dynamodb
Aws Cli Cheatsheet
☁️ AWS CLI + JQ = Make life easier
Stars: ✭ 94 (+70.91%)
Mutual labels:  api-gateway, dynamodb
Aws Cognito Apigw Angular Auth
A simple/sample AngularV4-based web app that demonstrates different API authentication options using Amazon Cognito and API Gateway with an AWS Lambda and Amazon DynamoDB backend that stores user details in a complete end to end Serverless fashion.
Stars: ✭ 278 (+405.45%)
Mutual labels:  api-gateway, dynamodb
amazon-ivs-ugc-web-demo
This repository shows how you can build a compelling user-generated content (UGC) live streaming webapp with Amazon IVS.
Stars: ✭ 14 (-74.55%)
Mutual labels:  api-gateway, dynamodb
CloudFrontier
Monitor the internet attack surface of various public cloud environments. Currently supports AWS, GCP, Azure, DigitalOcean and Oracle Cloud.
Stars: ✭ 102 (+85.45%)
Mutual labels:  api-gateway, dynamodb
super-serverless-sample
Backend serverless que simula o sistema de votação do BBB
Stars: ✭ 30 (-45.45%)
Mutual labels:  api-gateway, dynamodb
data
[deprecated] Generate a DynamoDB data access layer from an .arc file. Automatically disambiguates testing (in memory) from deployment staging and production tables
Stars: ✭ 20 (-63.64%)
Mutual labels:  api-gateway, dynamodb
Workshop Donkeytracker
Workshop to build a serverless tracking application for your mobile device with an AWS backend
Stars: ✭ 27 (-50.91%)
Mutual labels:  api-gateway, dynamodb
Yoyo
A dead simple comment engine built on top of AWS lambda and React, alternative comment service to Disqus.
Stars: ✭ 210 (+281.82%)
Mutual labels:  api-gateway, dynamodb
parser
arc.app, .arc, arc.json, arc.yaml, and arc.toml support
Stars: ✭ 20 (-63.64%)
Mutual labels:  api-gateway, dynamodb
Hands-On-Serverless-Applications-with-Go
Hands-On Serverless Applications with Go, published by Packt.
Stars: ✭ 92 (+67.27%)
Mutual labels:  api-gateway, dynamodb
gozeit
GoZeit
Stars: ✭ 19 (-65.45%)
Mutual labels:  dynamodb
notes-yard-frontend
Its an application to create notes and notebooks
Stars: ✭ 34 (-38.18%)
Mutual labels:  dynamodb
lura
Ultra performant API Gateway with middlewares. A project hosted at The Linux Foundation
Stars: ✭ 5,159 (+9280%)
Mutual labels:  api-gateway
basic-serverless-api
A basic full stack example of building an API with AWS Amplify, Amazon API Gateway, AWS Lambda, and Amazon DynamoDB
Stars: ✭ 45 (-18.18%)
Mutual labels:  dynamodb

Api Gateway -> Lambda (Put) -> DynamoDB

Description

This is a serverless component consisting of:

  • an API Gateway, receiving request data
  • a Lambda function, that processes that data and saves
  • a DynamoDB table, where all your data is stored.

Aside from this main functionality, its important features are:

  • Supports CORS
  • Written in Node.js
  • Easily composable into your other app components by adding triggers to its DynamoDB table

Latest Release - 2.1.0

Upgrading the Node.js release to 12.x LTS

Future Release

Switch to AWS CDK

Roadmap - Upcoming changes

Here are the upcoming changes that I'll add to this serverless component:

  • TypeScript
  • Potentially converting to an AWS CDK component on SAR
  • ESLint
  • Tests
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].