I'm using serverless.com framework to deploy some Lambda functions to an AWS instance.
Now I need to make the same deployment to another AWS instance that I don't have access to. I have to provide only a CloudFormation stack so another team will make the deployment there.
Can I export the CloudFormation stack from AWS instance A and import that into AWS instance B? Is this supposed to work?
Thanks!