Skip to content

Function

Jefford Mamacus edited this page Sep 16, 2020 · 1 revision

This class represents an AWS Lambda function

from sammy import Function

f = Function('testpublish',Handler='s3imageresize.handler',
             Runtime='python3.6',
             CodeUri='s3://your-bucket/photoresizer.zip')

Updated Properties:

  • AutoPublishAlias: String
  • AutoPublishCodeSha256: String
  • DeploymentPreference: DeploymentPreference
  • EventInvokeConfig: EventInvokeConfiguration
  • FileSystemConfigs: List
  • InlineCode: String
  • PermissionsBoundary: String
  • ProvisionedConcurrencyConfig: ProvisionedConcurrencyConfig
  • VersionDescription: String
Clone this wiki locally