Module lambda

Source
Expand description

Provides a set of simple helper functions to make ResourceNames for the Lambda service.

These resource definitions ae take from the AWS documentation.

Functionsยง

event_source_mapping
arn:${Partition}:lambda:${Region}:${Account}:event-source-mapping:${UUID}
function
arn:${Partition}:lambda:${Region}:${Account}:function:${FunctionName}
layer
arn:${Partition}:lambda:${Region}:${Account}:layer:${LayerName}
layer_version
arn:${Partition}:lambda:${Region}:${Account}:layer:${LayerName}:${LayerVersion}