sbstjn / serverless-dynamodb-autoscaling

Serverless Plugin for Amazon DynamoDB Auto Scaling configuration.

Home Page:https://sbstjn.com/serverless-dynamodb-auto-scaling-with-cloudformation.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider no compilation involved version

medikoo opened this issue · comments

I wanted to contribute to this repository, still implied complication step pushes me back (makes maintenance and eventual updates additionally more complicated. I'm also not that familiar with TypeScript)

It'll be great if project is written in plain directly consumable JavaScript, in same way as Serverless framework is (for which this is meant to be a plugin)

Sorry, this will not happen.

Give TypeScript a try and you will love it. Nobody should write plain JavaScript anymore ;)

@sbstjn ok

As I didn't want invest time into setup that involves TypeScript and transpilation, I've came up with a plain JS version: https://github.com/medikoo/serverless-plugin-dynamodb-autoscaling

All the best with your project.