Custom `nodejs10.x` layer is broken in the latest release
alfaproject opened this issue · 1 comments
alfaproject commented
The reason is because it's not listed here:
$ curl https://layers.thundra.io/layers/us-east-1/nodejs10.x/latest
{"latest": []}
I'm using this layer manually: arn:aws:lambda:us-east-1:553035198032:layer:nodejs10:14
serkan-ozal commented
Closing this one as it returns the latest one properly:
{"latest": [{"LayerName": "thundra-lambda-node-layer", "LayerArn": "arn:aws:lambda:us-east-1:269863060030:layer:thundra-lambda-node-layer", "LatestMatchingVersion": {"LayerVersionArn": "arn:aws:lambda:us-east-1:269863060030:layer:thundra-lambda-node-layer:77", "Version": 77, "CreatedDate": "2020-09-18T08:16:33.803+0000", "CompatibleRuntimes": ["nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x"]}}]}