axiomhq / axiom-lambda-extension

Ingest logs and platform events from your lambda functions
14 stars 2 forks source link

Publish lambda layer in all AWS regions #31

Closed qpre closed 1 week ago

qpre commented 3 months ago

see https://github.com/axiomhq/axiom-lambda-extension/issues/30

dasfmi commented 3 months ago

hey @qpre , I haven't seen your PR till now, sorry for the late show. You have added the regions in the dev/test part of the CI, the release CI file is the right place to do so, happy to merge and release to other regions once you update the file.

qpre commented 1 month ago

Hello @SollyzDev, I am not sure I follow you, there are only one CI file that I can find in this repository and the list of regions was updated for the publish_to_production part of it.

please show me where I should do other modifications if needed :)

dasfmi commented 1 month ago

Looks like they are in the right place, just no need to update the ones for dev, the changes for publish_to_production are the only ones needed, we can revert the dev ones (74:76) to be as before.