File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ The Sumo Logic lambda extension is available as an AWS public Layer. The latest
1313
1414For x86_64 use:
1515
16- arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-amd64:3
16+ arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-amd64:4
1717
1818For arm64 use:
1919
20- arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-arm64:3
20+ arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-arm64:4
2121
2222
2323- AWS_REGION - Replace with your AWS Lambda Region.
Original file line number Diff line number Diff line change 88
99// ExtensionName same as binary name or file name where main exists
1010var ExtensionName = filepath .Base (os .Args [0 ])
11- var layerVersion = "1 "
11+ var layerVersion = "4 "
1212
1313// SumoLogicExtensionLayerVersionSuffix denotes the layer version published in AWS
1414var SumoLogicExtensionLayerVersionSuffix string = fmt .Sprintf ("%s-prod:%s" , ExtensionName , layerVersion )
You can’t perform that action at this time.
0 commit comments