Tim White
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...
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,...
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:...