Description
AwsLambdaReceiver fails to parse event.body if isBase64Encoded is true (this depends on your configuration on the AWS side). We should have extra logic to check if the body is base64 encoded here: https://github.com/slackapi/bolt-js/blob/%40slack/bolt%403.4.0/src/receivers/AwsLambdaReceiver.ts#L110
Describe your issue here.
What type of issue is this? (place an x in one of the [ ])
Requirements (place an x in each of the [ ])
Description
AwsLambdaReceiverfails to parseevent.bodyifisBase64Encodedis true (this depends on your configuration on the AWS side). We should have extra logic to check if the body is base64 encoded here: https://github.com/slackapi/bolt-js/blob/%40slack/bolt%403.4.0/src/receivers/AwsLambdaReceiver.ts#L110Describe your issue here.
What type of issue is this? (place an
xin one of the[ ])Requirements (place an
xin each of the[ ])