You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the use case of a Sam Template, if you do an AWS::Serverless::Function, it does an AWS::Lambda::Function under the covers. If you are using an image_function, each function builds an independent Container Image. If AWS::Lambda::Function allowed you to get the ImageUri, you could have a single function build the image, and additional functions refer back to the initial image, reducing build times.
Name of the resource
AWS::Lambda::Function
Resource name
No response
Description
The return values are limited to the following:
SnapStartResponse
SnapStartResponse.ApplyOn
SnapStartResponse.OptimizationStatus
Arn
In the use case of a Sam Template, if you do an
AWS::Serverless::Function
, it does anAWS::Lambda::Function
under the covers. If you are using an image_function, each function builds an independent Container Image. IfAWS::Lambda::Function
allowed you to get the ImageUri, you could have a single function build the image, and additional functions refer back to the initial image, reducing build times.Example:
Other Details
No response
The text was updated successfully, but these errors were encountered: