Skip to content

Integration with Serverless #365

@EliteMasterEric

Description

@EliteMasterEric

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions