Piotr
Piotr
`npx sls plugin install -n serverless-local-schedule` gives me the following error. ``` Unhandled rejection ServerlessError: Trying to populate non string value into a string for variable ${opt:stage}. Please make sure...
I'd like to be able to use multiple engines for the same query: - fetch from memory if found - otherwise fetch from Redis - otherwise fetch from MongoDB -...
I'd like to have also: - PascalCase - CONSTANT_CASE - Capital Case Currently, when I convert from CONSTANT_CASE to PascalCase, I have to: 1) run `gu` to convert from upper...
could you fix the build (https://travis-ci.org/jpstevens/circleci)? IMO without it nobody should use this library
__IMPORTANT: Please do not create a Pull Request without creating an issue first.__ _Any change needs to be discussed before proceeding. Failure to do so may result in the rejection...
fix typo
Could you add a CI so we could easily see whether the tests are passing and whether the code from this repo (but not any other code which maybe is...
### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...
Could you configure continuous integration? The main reason is I'd like to see whether the tests are passing without a need to clone this repo.