[lambda] Add comment about Publish parameter
This commit is contained in:
parent
576b9f683c
commit
ca3babc606
@ -18,7 +18,7 @@ class LambdaFunction(object):
|
|||||||
# optional
|
# optional
|
||||||
self.description = spec.get('Description', '')
|
self.description = spec.get('Description', '')
|
||||||
self.memory_size = spec.get('MemorySize', 128)
|
self.memory_size = spec.get('MemorySize', 128)
|
||||||
self.publish = spec.get('Publish', False)
|
self.publish = spec.get('Publish', False) # this is ignored currently
|
||||||
self.timeout = spec.get('Timeout', 3)
|
self.timeout = spec.get('Timeout', 3)
|
||||||
self.vpc_config = spec.get('VpcConfig', {})
|
self.vpc_config = spec.get('VpcConfig', {})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user