I’m getting the following error ```===============...
# sst
r
I’m getting the following error
Copy code
===============
 Deploying app
===============

Preparing your SST app
Transpiling source
Linting source
Deploying stacks

Error: The specified permissions are not supported.
Following this tutorial: https://serverless-stack.com/examples/how-to-add-cognito-authentication-to-a-serverless-api.html
f
@Roger Rajaratnam I think it’s an issue on our side. Let me take a look at it now.
@Roger Rajaratnam We just pushed out a fix in v0.9.10
To update, run:
Copy code
$ npm install --save --save-exact @serverless-stack/cli@0.9.10 @serverless-stack/resources@0.9.10
r
Can confirm this is working in 0.9.10, thank you so much.