Ask questions and see you at November 6, 8 pm CET: youtube.com/c/bienadam
Also checkout recent episode:
Please keep the questions as short and as concise as only possible. Feel free to ask several, shorter questions. I will also cover some questions in my "shorts" youtube.com/@bienadam/shorts between the shows.
Upcoming airhacks.tv events are also going to be announced at meetup.com/airhacks
New: the airhacks.tv discord server: discord.gg/airhacks
Another question related to the previous one:
If a machine client needs access to my REST API but also to S3 and SNS, how to combine the OAuth2 client credentials flow with permissions to access a dedicated S3 bucket and a dedicated SNS topic. For S3 I read about presigned URLs but for SNS there seems to be nothing like that. And the problem is that with the client credentials flow there is no user identity, so also no identity token available. Which means Cognito Identity Pool is not working in this case. Any ideas would be appreciated, thanks.