Closed kmfukuda closed 2 years ago
Adds support for custom logical IDs for jobs.
It makes it possible to easily reference jobs with variable names from the same serverless.yml file.
Glue: jobs: - name: ${self:service}-${self:provider.stage}-convertReports id: ConvertReports # -> "Ref: ConvertReports"
I have tested it with and without IDs.
Adds support for custom logical IDs for jobs.
It makes it possible to easily reference jobs with variable names from the same serverless.yml file.
I have tested it with and without IDs.