We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This guide focuses on the AWS SDK for Smalltalk for Amazon Lambda Service.
AWSLambdaConfig default accessKeyId:'AWS_ACCESS_KEY_ID'; secretKey:'AWS_SECRET_ACCESS_KEY'; regionName: 'AWS_REGION'.
client := AWSLambda new. client invokeLambda: 'LambdaName' withPayload: '["json payload"]'