Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erezrokah/aws-custom-resources

AWS CloudFormation Custom Resources
https://github.com/erezrokah/aws-custom-resources

Last synced: 2 months ago
JSON representation

AWS CloudFormation Custom Resources

Awesome Lists containing this project

README

        

# AWS Custom Resources

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![CircleCI](https://circleci.com/gh/erezrokah/aws-custom-resources.svg?style=svg)](https://circleci.com/gh/erezrokah/aws-custom-resources)
[![Coverage Status](https://coveralls.io/repos/github/erezrokah/aws-custom-resources/badge.svg?branch=master)](https://coveralls.io/github/erezrokah/aws-custom-resources?branch=master)

## Prerequisites

- [Install Node.js LTS](https://nodejs.org/en/)
- [Set up the Serverless Framework CLI](https://www.serverless.com/framework/docs/getting-started)

## Setup

```bash
npm ci
```

## Deploy

```bash
npm run deploy
```

## Cleanup

```bash
npm run remove
```

## Test

```bash
npm test
npm run coverage
npm run lint
npm run format
```

## Build

```bash
npm run package
```