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
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: 768
Timeout: 120
Metadata:
DockerTag: python3.7-v1
DockerContext: .
Dockerfile: Dockerfile
Outputs:
PyTorchInferenceFunction:
Description: "PyTorchInference Lambda Function ARN"
Value: !GetAtt PyTorchInferenceFunction.Arn
PyTorchInferenceFunctionIamRole:
Description: "Implicit IAM Role created for PyTorchInference function"