Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created May 26, 2022 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardgrantserverless/2437d2e9b25043e4247be00035fa7fc3 to your computer and use it in GitHub Desktop.
Save richardgrantserverless/2437d2e9b25043e4247be00035fa7fc3 to your computer and use it in GitHub Desktop.
service: serverless-logbert
provider:
name: aws #cloud provider
region: ap-south-1 #region (mumbai)
memorySize: 10240 #memory usage
timeout: 300
functions:
logbert:
image: #PATH to model image - ecr_url@digest
events:
- http:
path: log #url path
method: post #request type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment