和菓子
和菓子
i am sure my lambda in the same region, the problem is it worked well on local dev, but not work when i deployed on aws. i have checked troublesshooting.
`const stsClient = new STSClient({ region: 'us-east-1' })`, `const rekogClient = new RekognitionClient({ region: 'us-east-1' })` it's right in code. I got other helpful case, command `GetSessionTokenCommand` works well locally...
My CDK config ` const stsPolicy = new iam.PolicyStatement({ actions: [ "sts:GetCallerIdentity", "sts:GetSessionToken" ], resources: ['*'], }); ` ` const rekognitionPolicy = new iam.PolicyStatement({ actions: ['rekognition:*'], resources: ['*'], }); `...
I tried, not work
i will try to reproduce a minimum repo tomorrow, much thanks.
@reesscot @esauerbo https://github.com/zerokarafont/aws-liveness-issue-replay , i made a replay repo please check thanks!
hello, any update?
@esauerbo tried this repo https://github.com/esauerbo/rekognition-sdk-repro/tree/main, it works on my credential, but got error if i fill in sessionId from my lambda , it seems like prod configuration problem, i have...
avoid using custom credentials provider