Yonah Forst

Results 10 issues of Yonah Forst

# Title Use as node library ## Details This PR allows the library to be use from within node. It does so by removing the dependency on a global `cliInputs`...

Hi there! First off, great library. It's super useful and a much better/simpler option (for me) than the whole EMR/Datapipeline situation. I have this simple lambda function that is subscribed...

I'm getting some strange behavior when i have serverless variables in my profile name, like this: ```yml custom: defaultStage: local stage: ${opt:stage, self:custom.defaultStage} localstack: stages: - local lambda: mountCode: True...

priority-high

Following this first part of this tutorial: http://guides.spreecommerce.com/developer/extensions_tutorial.html I get the following error after running bundle exec rails g spree_fancy:install and restarting my server. NoMethodError - undefined method `empty?' for...

Could you support a readable stream as input? Looking at `src/index.ts` it seems like it would be trivial, since you're already loading the local file as a stream. I would...

I just ran into a problem when trying to use this with the latest easy source (2.0.3). easy source projections expects the `eventSource.scan()` function to accept a version number (essentially...

related to #22, would be great if config objects let us optionally append the tablename to the prefix. maybe like: ```js let config = { //... S3Prefix: 'STRING_VALUE', /* optional...

I'm not sure how to take the accessToken, idToken, and refreshToken returned and use them to set AWS.config.credentials

when i comment out this line, it works: https://github.com/aws/amazon-cognito-auth-js/blob/808e304aac9f61b4a1e8d9af0f8f5196d32f3ce8/src/CognitoAuth.js#L541 (using it in a react native app)

Is there anyway to attach LiveQueries to observe? (for realtime apps) I see that there is a note in the readme about a new low-level SDK which will work with...