Skip to content

Commit

Permalink
Merge branch 'queueworker' of https://github.com/pkandasamy91/aws-cdk
Browse files Browse the repository at this point in the history
…into queueworker
  • Loading branch information
piradeepk committed May 20, 2019
2 parents 5ad2cde + 5e6c82b commit 5662fb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@aws-cdk/aws-ecs/lib/queue-worker-service-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ export interface QueueWorkerServiceBaseProps {
/**
* The environment variables to pass to the container.
*
<<<<<<< HEAD
* @default 'QUEUE_NAME: queue.queueName'
=======
* @default none
>>>>>>> 5e6c82bfe554e79ec3fa494c7998c00402cf3aa1
*/
readonly environment?: { [key: string]: string };

Expand Down

0 comments on commit 5662fb1

Please sign in to comment.