Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thebenforce/cdk-rollup-code
Use rollup.js to package your CDK lambdas.
https://github.com/thebenforce/cdk-rollup-code
aws aws-cdk aws-lambda rollup rollup-js rollupjs
Last synced: 22 days ago
JSON representation
Use rollup.js to package your CDK lambdas.
- Host: GitHub
- URL: https://github.com/thebenforce/cdk-rollup-code
- Owner: theBenForce
- Created: 2019-10-03T13:14:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T04:28:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T21:43:59.157Z (about 1 month ago)
- Topics: aws, aws-cdk, aws-lambda, rollup, rollup-js, rollupjs
- Language: TypeScript
- Homepage:
- Size: 496 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cdk-rollup-code
[![Build Status](https://travis-ci.com/theBenForce/cdk-rollup-code.svg?branch=master)](https://travis-ci.com/theBenForce/cdk-rollup-code)
[![Version](https://img.shields.io/npm/v/cdk-rollup-code.svg?style=flat-square)](https://npmjs.org/package/cdk-rollup-code)
[![Downloads](https://img.shields.io/npm/dt/cdk-rollup-code.svg?style=flat-square)](https://npmjs.org/package/cdk-rollup-code)## Installation
Module available through the [npm registry](https://www.npmjs.com/). It can be installed using the [`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally) or [`yarn`](https://yarnpkg.com/en/) command line tools.
```sh
# NPM
npm install cdk-rollup-code --save
# Or Using Yarn
yarn add cdk-rollup-code
```## Dependencies
- [@aws-cdk/aws-lambda](https://ghub.io/@aws-cdk/aws-lambda): CDK Constructs for AWS Lambda
- [rollup](https://ghub.io/rollup): Next-generation ES module bundler## Dev Dependencies
- [@semantic-release/changelog](https://ghub.io/@semantic-release/changelog): semantic-release plugin to create or update a changelog file
- [@semantic-release/commit-analyzer](https://ghub.io/@semantic-release/commit-analyzer): semantic-release plugin to analyze commits with conventional-changelog
- [@semantic-release/github](https://ghub.io/@semantic-release/github): semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues
- [@semantic-release/npm](https://ghub.io/@semantic-release/npm): semantic-release plugin to publish a npm package
- [@semantic-release/release-notes-generator](https://ghub.io/@semantic-release/release-notes-generator): semantic-release plugin to generate changelog content with conventional-changelog
- [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js
- [@types/tmp](https://ghub.io/@types/tmp): TypeScript definitions for tmp
- [typescript](https://ghub.io/typescript): TypeScript is a language for application scale JavaScript development## Contributors
Pull requests and stars are always welcome. For bugs and feature requests, please [create an issue](https://github.com/user/repo/issues). [List of all contributors](https://github.com/user/repo/graphs/contributors).
## License
[MIT](LICENSE) ©