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
Sep 2, 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.
Is there anyway to specify log group name to be AppSync's api name instead of API ID. I see this code is used to fetch the loggroupname
LogGroupName: { 'Fn::Join': ['/', ['/aws/appsync/apis', { 'Fn::GetAtt': [logicalIdGraphQLApi, 'ApiId'] }]] },
is there a way to make this API name instead. In cloudwatch - pointing at correct appsync loggroup becomes little difficult as we have to know s
tbls is a CI-Friendly tool for document a database, written in Go.
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.
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.
DynamoDb GUI Client
Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless
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.
A simple set of tools for working with Amazon DynamoDB and the DocumentClient
DynamoDB data mapper for node.js. Originally forked from https://github.com/ryanfitz/vogels
Source for the demo app API in Serverless-Stack.com
GraphQL starter progressive web application (PWA) with Realtime and Offline functionality using AWS AppSync
Powertools (logger, HTTP client, AWS clients, middlewares, patterns) for Lambda functions.
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.