Replies: 2 comments 1 reply
-
I have the same problem here! We want to migrate a AWS infrastructure created manualy to IAC using Serverless Framework. Is it just impossible or have I miss simething on the documentation? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can import it manually into the cloud formation stack that the serverless has created. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to declare an already existing resource in the resource part of the yml file?
In my case, I want to be able to create an SQS queue in my serverless stack. The problem is that, for some courses, the queue in question already exists, it was created manually. Since its use is "critical for us, I can't delete it from AWS and then recreate it via serverless.
That's why I thought I would try to see with imported resources: Import the resource if it exists in the stack, otherwise create it.
Is this feasible? If yes, how?
Beta Was this translation helpful? Give feedback.
All reactions