Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with Serverless #365

Open
EliteMasterEric opened this issue Oct 17, 2020 · 0 comments
Open

Integration with Serverless #365

EliteMasterEric opened this issue Oct 17, 2020 · 0 comments

Comments

@EliteMasterEric
Copy link

My current existing projects create resources and functions using the Serverless Framework, which generates a CloudFormation template based on YML.

I would like to be able to integrate SCAR into this configuration, including the ability to reference variables. Example use cases include deploying separate stages for the function, or referencing ARNs of resources the Serverless configuration creates (such as an EFS storage once #360 is resolved).

Being able to initialize the function with serverless deploy would also be convenient for use with continuous integration programs, which would reinitialize the function each time the repository containing it changed.

I'm not sure what the best means to accomplish this might be. It may involve development of a Serverless plugin that allows creating SCAR functions within a Serverless configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant