Tim White

Results 4 issues of Tim White

Hey, Cool module. Would you mind updating your npm dependency to "mongodb": "~1.4.29" so that it can support MongoDb v 3.*. You can see the docs here where this is...

seeking pull request

Changed mongodb's version to "~1.4.29" to support MongoDb v 3.

**Description:** Feature request: I am trying to setup a SAM app and I would like my database microservice that runs migration and seeders to be triggered via CodePipeline. Right now,...

area/event-source
area/resource/function
type/feature
maintainer/need-followup
type/function/new-event-source

Hey all, Great plugin, really enjoy it. When I use SAM cli templates like: ``` DerpApi: Type: AWS::Serverless::Api Properties: StageName: dev Cors: AllowHeaders: "'Accept, Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization'" AllowOrigin:...