A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
-
Updated
Nov 10, 2020 - Python
{{ message }}
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
Serverless 架构应用开发指南 - Serverless Architecture Application Development Guide with Serverless Framework.
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.
Hi everyone,
I'm building Saas app model where each client should have their own API_KEY specified expiry dateTime as additional authorization method (AWS Cognito User Pool is used by default authorization).
I can see we have one field API_Key but have no idea how appsync works out on selecting specifically which API_KEY corresponding for each clients.
Another scenario using API_Key as
tbls is a CI-Friendly tool for document a database, written in Go.
This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included.
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.
A simple set of tools for working with Amazon DynamoDB and the DocumentClient
Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless
DynamoDb GUI Client
Sample using AWS Amplify and AWS AppSync together for user login and authorization when making GraphQL queries and mutations. Also includes complex objects for uploading and downloading data to and from S3 with a React app.
DynamoDB data mapper for node.js. Originally forked from https://github.com/ryanfitz/vogels
Source for the demo app API in Serverless-Stack.com
Modularized AWS SDK for JavaScript.
Powertools (logger, HTTP client, AWS clients, middlewares, patterns) for Lambda functions.
GraphQL starter progressive web application (PWA) with Realtime and Offline functionality using AWS AppSync
Ruby ORM for Amazon's DynamoDB.
Container auto-configurations for spring-boot based integration tests
This module deals with enhanced support for a data access layer built on AWS DynamoDB.
Add a description, image, and links to the dynamodb topic page so that developers can more easily learn about it.
To associate your repository with the dynamodb topic, visit your repo's landing page and select "manage topics."
I found at least the following two functions that the interfaces require to set
returnwhen using an options object but in fact the attributereturnis optional.