Fork me on GitHub
#pedestal
<
2017-07-21
>
mtnygard14:07:30

Interested in a preview of Pedestal for Lambda? https://github.com/pedestal/pedestal/tree/aws-lambda

mtnygard14:07:48

Alpha-level for API stability, but it works and has a sample app

mtnygard14:07:49

Oops... sample app not pushed quite yet... will be there around noon Eastern Time in the US

lxsameer15:07:25

has any one used immutant websocket and pedestal together ?

mtnygard15:07:32

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

lxsameer15:07:45

this examples uses jetty right ? I'm looking for an Immutant example, are their interface the same ?

mtnygard15:07:53

@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.)

lxsameer16:07:26

Ow sorry man, my bad I should read the context 😛

mitchelkuijpers20:07:22

Damn that is cool @mtnygard so basically this makes lambda's locally available during development time and then you can deploy to aws lambda?

mitchelkuijpers20:07:13

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

mtnygard20:07:55

@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.

mtnygard20:07:20

And it works with CodeStar so you can do everything really cloud native if you like.

mitchelkuijpers21:07:50

Yeah we use cloudformation ourselves but it has some support for it? Not really sure what codestar is

mitchelkuijpers21:07:01

Seems like an abstraction on top of it

mtnygard21:07:11

Web driven IDE for AWS applications

mitchelkuijpers21:07:01

Ah ok, is it very tied to codestar or is it just used for the example?

mtnygard21:07:55

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.

mitchelkuijpers21:07:39

This was our main concern when looking at lambda, fixing the development flow