We are small team od devs and migrating now to v4. We have already serverless subscription acquired from AWS marketplace. Our CI/CD is based on gh actions workflows. For start we plan to use serverless from CLI mainly, but also trying some basic stuff from dashboard.
Which auth flow should we use for out gh actions CI/CD - access keys or license keys? Namely:
- SERVERLESS_LICENSE_KEY - is it compatible with gh actions based CI/CD?
- SERVERLESS_LICENSE_KEY - does it have expiration time and if yes - whats the value?
- SERVERLESS_ACCESS_KEY - does it have expiration time and if yes - whats the value?
- which one can be recommended for our project?
many thanks for answers!