Similarly, does anyone have a good way of speeding...
# general
q
Similarly, does anyone have a good way of speeding up deployment of lambda code changes? Right now I’m sitting at ~35 seconds
g
Are you able to tell what's taking majority of the time? Is it slow on S3 upload as an example?
I don't recommend this for anything other "fast local development" but you can skip the preview to cut down on
up
time - e.g.
pulumi up --yes --skip-preview
.
q
can’t really tell I don’t think, but thanks for the suggestion