This message was deleted.
# general
s
This message was deleted.
r
I think the main interest for lambda is if pulumi can run as nice as sls does, and handle it locally
c
Yes indeed - wondering how good the dev loop could be (running things locally) in Pulumi...
l
I fiddled around with local development + AWS deployment for react app running in API gateway: https://github.com/EvanBoyle/react-serverless Both the local and AWS versions share the routes, there's just a small shim for each (local express vs the version designed for AWS). https://github.com/EvanBoyle/react-serverless/blob/master/api/api.js
👀 1
(haven't looked at that project in a few months so there may be issues)
r
We're opting to use sls +pulumi just bc sls is so strong with handling lamdas, especially locally. Everything else is pulumi