HathorNetwork / hathor-explorer-service

MIT License
1 stars 3 forks source link

chore: upgrade Serverless and its plugins #315

Closed luislhl closed 6 months ago

luislhl commented 6 months ago

Acceptance Criteria

Motivation

I actually only needed to upgrade the serverless-api-gateway-caching to get this fix: https://github.com/DianaIonita/serverless-api-gateway-caching/pull/132

We were experiencing the problem described there in our pipeline (see https://github.com/HathorNetwork/hathor-explorer-service/actions/runs/8239853205/job/22534429751)

However, we apparently had no deprecation warnings in our project, which indicated that an upgrade to Serverless v3 would work without any breaking changes, so I've decided to go for it, and to upgrade all the plugins as well.

Security Checklist