Hey guys, I am completely new with Pulumi. I have ...
# getting-started
l
Hey guys, I am completely new with Pulumi. I have around 6-10 serverless lambda functions. I want to create these aws resources using pulumi. I couldnt understand how to work this out. nearly all examples that I found uses pulumi new, but in my case, it gives error because the project is already there. which route should I take? I know how to import already created resources from aws. I am just trying to understand how to start. another question, do I need to put pulumi dependencies into "dependencies" rather then "devDependencies" in package.json? if yes, why? I am asking this because examples uses dependencies section I also couldn't figure out how to code AWS EventBridge Event Trigger in Pulumi
c
l
Hi Dhruv, thank you for your answer, but I already stated that I know how to import. The link you sent me is the only thing I am confident at the moment 🙂