Does anyone know if there's a way via pulumi to cr...
# aws
w
Does anyone know if there's a way via pulumi to create a lambda from a pre-existing blueprint? i.e. like this from the UI:
m
@witty-battery-42692 I'm not sure you can reuse those exact blueprints, but you can get an equivalent, by just asking Neo or your coding agent of choice to build a program to recreate the equivalent function. The blueprint description and maybe the handler code or whatever else it gives you, ask Neo for a pulumi version of that.
f
Or simply copy the code for relevant blueprints from the UI, store in a blueprint location and create new lambdas from the local copies. Should be a fairly quick one-time operation, and gives you the opportunity to tweak the blueprints to suit.
w
That was what I figured, but wanted to be sure I wasn't missing anything. Thanks!