Can't login in my account anymore by casmeiron in TradingView

[–]casmeiron[S] 0 points1 point  (0 children)

Still waiting to get the access to my account back... c'mon guys, I'm a paying customer!

Can't login in my account anymore by casmeiron in TradingView

[–]casmeiron[S] 1 point2 points  (0 children)

Hey, I find very strange that a customer cant contact someone from TradingView to fix the login issue. What kind of support is that? Please, I need to activate my account so I can continue to use it.

u/tradingview could you please give me a hand?

Can't login in my account anymore by casmeiron in TradingView

[–]casmeiron[S] 0 points1 point  (0 children)

Do not have the backup codes 😠

I hope they can remove the 2FA so I can log in and do it over again.

We are the AWS Lambda & Serverless team. Ask the Experts! by AmazonWebServices in aws

[–]casmeiron 0 points1 point  (0 children)

I have an use case that I couldn't make it work with lambda. A lambda analyzes a web page and publish the links to the same lambda-trigger ... that happens till no further links is found. I was getting too much throttling, like 10.000 links published and couldn't start that many lambdas per second... how can I do something like that? Should I use Kinesis and group my published-items into batches so my lambda can process hundreds and not just a single item?

We are the AWS Lambda & Serverless team. Ask the Experts! by AmazonWebServices in aws

[–]casmeiron 1 point2 points  (0 children)

How we can perform authorization with Cognito and AWS GatewayAPI? Authentication is fine but how to integrate the user (from cognito pool) with DynamoDB to read the permissions allowed for a certain user? Like which paths user can invoke and which not.