You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: