brefphp / bref

Serverless PHP on AWS Lambda
https://bref.sh
MIT License
3.15k stars 365 forks source link

php runtime not found in AWS London cluster #592

Closed Leamsi9 closed 4 years ago

Leamsi9 commented 4 years ago

My AWS creds and app are hosted in London. Bref doesn't seem to include a runtime for London. I don't get the missing runtime error on other regions, only authentication issues, because I am based in the london cluster, so other clusters can't authenticate. Any workarounds or clarifications if I misunderstood?

mnapoli commented 4 years ago

Hi, I'm not sure what you call "London cluster", is this a region? Could you check in this file if the region is present: https://github.com/brefphp/bref/blob/master/runtime/layers/regions.json

Leamsi9 commented 4 years ago

My bad, noob Aws error. The London region is also known as eu-west-2. Because it is named London in the console I didn't realise they were the same. Wasted a lot of time, apologies if I wasted a bit of yours too.

mnapoli commented 4 years ago

No worries! Happy it is solved.