Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erezrokah/aws-custom-resources
- Owner: erezrokah
- License: mit
- Created: 2019-09-18T14:10:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T16:44:45.000Z (3 months ago)
- Last Synced: 2024-10-05T04:12:24.932Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 5.28 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```