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
SAM Template for tensorflow-inference-docker-lambda
Resources:
TensorFlowInferenceFunction:
Type: AWS::Serverless::Function # More info about Function Resource: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessfunction
Properties:
PackageType: Image
MemorySize: 1536
Timeout: 120
Metadata:
DockerTag: python3.7-v1
DockerContext: .
Dockerfile: Dockerfile
Outputs:
TensorFlowInferenceFunction:
Description: "TensorFlowInference Lambda Function ARN"
Value: !GetAtt TensorFlowInferenceFunction.Arn
TensorFlowInferenceFunctionIamRole:
Description: "Implicit IAM Role created for TensorFlowInference function"