All Projects → erezrokah → Aws Testing Library

erezrokah / Aws Testing Library

Licence: mit
Chai (https://chaijs.com) and Jest (https://jestjs.io/) assertions for testing services built with aws

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Aws Testing Library

Historical
A serverless, event-driven AWS configuration collection service with configuration versioning.
Stars: ✭ 85 (+63.46%)
Mutual labels:  aws, serverless, s3, dynamodb
Aws Mobile React Native Starter
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
Stars: ✭ 2,247 (+4221.15%)
Mutual labels:  aws, serverless, 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 (+18928.85%)
Mutual labels:  aws, serverless, s3, 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 (+1150%)
Mutual labels:  aws, serverless, s3, dynamodb
Workshop Donkeytracker
Workshop to build a serverless tracking application for your mobile device with an AWS backend
Stars: ✭ 27 (-48.08%)
Mutual labels:  aws, serverless, s3, dynamodb
Realworld Dynamodb Lambda
λ serverless backend implementation for RealWorld using AWS DynamoDB + Lambda
Stars: ✭ 185 (+255.77%)
Mutual labels:  aws, serverless, dynamodb
Dialetus Service
API to Informal dictionary for the idiomatic expressions that each Brazilian region It has
Stars: ✭ 202 (+288.46%)
Mutual labels:  aws, serverless, dynamodb
Komiser
☁️ Cloud Environment Inspector 👮🔒 💰
Stars: ✭ 2,684 (+5061.54%)
Mutual labels:  aws, serverless, dynamodb
Dazn Lambda Powertools
Powertools (logger, HTTP client, AWS clients, middlewares, patterns) for Lambda functions.
Stars: ✭ 501 (+863.46%)
Mutual labels:  aws, serverless, dynamodb
Serverless Dynamodb Autoscaling
Serverless Plugin for Amazon DynamoDB Auto Scaling configuration.
Stars: ✭ 142 (+173.08%)
Mutual labels:  aws, serverless, dynamodb
Nodb
NoDB isn't a database.. but it sort of looks like one.
Stars: ✭ 353 (+578.85%)
Mutual labels:  aws, serverless, s3
Graphql Serverless
Sample project to guide the use of GraphQL and Serverless Architecture.
Stars: ✭ 28 (-46.15%)
Mutual labels:  aws, serverless, dynamodb
Sqs Worker Serverless
Example for SQS Worker in AWS Lambda using Serverless
Stars: ✭ 164 (+215.38%)
Mutual labels:  aws, serverless, dynamodb
Serverless Analytics
Track website visitors with Serverless Analytics using Kinesis, Lambda, and TypeScript.
Stars: ✭ 219 (+321.15%)
Mutual labels:  aws, serverless, dynamodb
Aws Sdk Perl
A community AWS SDK for Perl Programmers
Stars: ✭ 153 (+194.23%)
Mutual labels:  aws, s3, dynamodb
Enzyme
JavaScript Testing utilities for React
Stars: ✭ 19,781 (+37940.38%)
Mutual labels:  jest, assertions, chai
Serverless Typescript Starter
🗄🙅‍♀️ Deploy your next serverless JavaScript function in seconds
Stars: ✭ 653 (+1155.77%)
Mutual labels:  aws, serverless, jest
Serverless
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.
Stars: ✭ 1,048 (+1915.38%)
Mutual labels:  aws, serverless, dynamodb
Graphql Recipes
A list of GraphQL recipes that, when used with the Amplify CLI, will deploy an entire AWS AppSync GraphQL backend.
Stars: ✭ 137 (+163.46%)
Mutual labels:  aws, serverless, dynamodb
Scar
Deploy static websites in seconds - with HTTPS, a global CDN, and custom domains.
Stars: ✭ 1,715 (+3198.08%)
Mutual labels:  aws, serverless, s3

AWS Testing Library

License: MIT Build Coverage Status

Note: If you're missing any capability please open an issue/feature request :)

Prerequisites

You should have your aws credentials under ~/.aws/credentials (if you have aws cli installed and configured).

Note: aws credentials are loaded automatically as described here

If you plan to use the deploy utility function please install and configure serverless.

node >= 8 (for async/await support).

Installation

Install with npm

npm install aws-testing-library --save-dev

or yarn

yarn add aws-testing-library --dev

Usage

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