this used to work a day ago, but now:
- sls deploy --stage dev2
error: Policy arn:aws:iam::aws:policy/AWSLambdaFullAccess does not exist or is not attachable.
it looks like AWSLambdaFullAccess has been deprecated and possibly removed just now?
https://docs.aws.amazon.com/lambda/latest/dg/security_iam_troubleshoot.html#security_iam_troubleshoot-admin-deprecation
do I need to make a code change in the serverless framework code or can I update it in the serverless.yml?
org: markvitapoly
app: someapp
component: express
name: someappname