keithrozario / Klayers

Python Packages as AWS Lambda Layers
Other
2.14k stars 309 forks source link

API does not filter on {package} #426

Closed petersmythe closed 2 months ago

petersmythe commented 3 months ago

API does not appear to filter on {package}:

Example from docs:

https://api.klayers.cloud/api/v2/p3.9/layers/ap-southeast-1/boto3

this returns all v3.9 packages in ap-southeast-1

I expect it to only return the boto3 package ARN

keithrozario commented 2 months ago

For me at least this works correctly: image

Can you elaborate more -- the endpoint does provide some 'other' packages, but those are the dependencies of the package in question. i.e. boto3 will install those packages (like jmespath).