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 scikit-learn-inference-docker-lambda
Resources:
ScikitLearnInferenceFunction:
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: 256
Timeout: 60
Metadata:
DockerTag: python3.7-v1
DockerContext: .
Dockerfile: Dockerfile
Outputs:
ScikitLearnInferenceFunction:
Description: "ScikitLearnInference Lambda Function ARN"
Value: !GetAtt ScikitLearnInferenceFunction.Arn
ScikitLearnInferenceFunctionIamRole:
Description: "Implicit IAM Role created for ScikitLearnInference function"