How to deploy if multiple constructs are there? #212
kamalnathlp
started this conversation in
Constructs
Replies: 1 comment 1 reply
-
|
You run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
constructs:
trackuserjobs:
type: queue
worker:
handler: handler.consumer
package:
exclude:
- ./**
include:
- "handler.js"
- "logger.js"
layers:
- !Ref SqsWorkerLibLambdaLayer
trackuserjobs1:
type: queue
worker:
handler: handler.consumer
package:
exclude:
- ./**
include:
- "handler.js"
- "logger.js"
layers:
- !Ref SqsWorkerLibLambdaLayer
Beta Was this translation helpful? Give feedback.
All reactions