agutoli / serverless-layers

Serverless.js plugin implementing AWS Lambda Layers, reducing lambda size, warm-up, and deployment time.
MIT License
229 stars 54 forks source link

Release (2.6.0) #93

Closed agutoli closed 2 years ago

agutoli commented 2 years ago
Shereef commented 2 years ago

image

... ○ Created layer package /Users/shereef.marzouk/Dev/some-booking/service/.serverless/some-booking-service-sandbox-nodejs-default.zip (1.4 MB)
... ○ Uploading layer package...
... ○ OK...
... ○ New layer version published...
... ○ Uploading remote /Users/shereef.marzouk/Dev/some-booking/service/package.json...
... ○ OK...
... ○ Adding layers...
... ✓ provider - arn:aws:lambda:us-east-1:*********:some-booking-service-sandbox-nodejs-default:28
... x (Skipped) function.getServiceList - because it has no other layers
... x (Skipped) function.getSiteByBookingURL - because it has no other layers
... x (Skipped) function.getSiteBySomeAccountID - because it has no other layers
... x (Skipped) function.getEmployeeList - because it has no other layers
... x (Skipped) function.healthVersion - because it has no other layers
... x (Skipped) function.healthCheck - because it has no other layers
... x (Skipped) function.deleteService - because it has no other layers
... x (Skipped) function.syncService - because it has no other layers

I am using this now and it is working and working well. thanks so much!

Shereef commented 2 years ago

FYI, I am on Macbook Pro with the M1 chip and it works fine Darwin Shmac.local 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T6000 arm64

The above is my uname -a

I know you have some arch stuff in this PR so I thought I'd let you know.

Shereef commented 2 years ago

@agutoli I would really appreciate it if this was released and I didn't have to use a beta version in my app.

However, I understand if you don't have the time for it and would patiently wait.

Shereef commented 2 years ago

Thanks!

agutoli commented 2 years ago

@Shereef I took some days off (vacation). Sorry about late reply.

Shereef commented 2 years ago

I'm happy you had vacation time This wasn't critical at all Just didn't want it forgotten

Thanks again! Welcome back!