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}