This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-07-21
Channels
- # aws (2)
- # bangalore-clj (14)
- # beginners (20)
- # boot (20)
- # cider (7)
- # cljs-dev (38)
- # cljsrn (13)
- # clojure (487)
- # clojure-argentina (3)
- # clojure-dev (15)
- # clojure-gamedev (4)
- # clojure-italy (3)
- # clojure-poland (1)
- # clojure-russia (1)
- # clojure-spec (25)
- # clojure-uk (47)
- # clojurescript (127)
- # datomic (125)
- # defnpodcast (1)
- # hoplon (27)
- # jobs (4)
- # lein-figwheel (2)
- # leiningen (1)
- # luminus (5)
- # off-topic (3)
- # om (25)
- # onyx (9)
- # parinfer (3)
- # pedestal (20)
- # planck (65)
- # re-frame (43)
- # reagent (4)
- # remote-jobs (1)
- # ring-swagger (2)
- # rum (9)
- # spacemacs (1)
- # unrepl (37)
- # vim (1)
Interested in a preview of Pedestal for Lambda? https://github.com/pedestal/pedestal/tree/aws-lambda
Oops... sample app not pushed quite yet... will be there around noon Eastern Time in the US
Here's that sample: https://github.com/pedestal/pedestal/tree/aws-lambda/samples/aws-codestar-lambda Should work on CodeStar right out of the box
this examples uses jetty right ? I'm looking for an Immutant example, are their interface the same ?
@lxsameer I was continuing my earlier message about Pedestal for Lamdba. Wasn't responding to you about Immutant, WS, and Pedestal. (I don't have such a sample.)
Damn that is cool @mtnygard so basically this makes lambda's locally available during development time and then you can deploy to aws lambda?
Does anyone here knows how to get timbre to log to logback via pedestal? (I am using a library that uses timbre) but it only logs empty strings
@mitchelkuijpers We don't guarantee that local dev will match real lambdas exactly, but that's the main idea. We're also looking at ways to streamline Pedestal apps on Lamdba for better performance/cost ratio.
And it works with CodeStar so you can do everything really cloud native if you like.
Yeah we use cloudformation ourselves but it has some support for it? Not really sure what codestar is
Seems like an abstraction on top of it
CodeStar is https://aws.amazon.com/codestar/
Ah ok, is it very tied to codestar or is it just used for the example?
Not tied. The new sample aims at AWS Lamdba. You can do local dev in your preferred IDE. You also have the option to use CodeStar.
Ah cool
This was our main concern when looking at lambda, fixing the development flow