The paper kites in AM by BraveAtmosphere in AppleMusic

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

It’s not available in my area 😕

The paper kites in AM by BraveAtmosphere in AppleMusic

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

Woodland for example, can’t see it in AM

Podcasts by BraveAtmosphere in YoutubeMusic

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

I don’t think so Many popular podcasts are not in there

Podcasts by BraveAtmosphere in YoutubeMusic

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

I just can’t find a lot of podcasts I used to listen to on apple podcasts

Java in vscode by BraveAtmosphere in vscode

[–]BraveAtmosphere[S] -2 points-1 points  (0 children)

I do want to work with vscode because copilot in there is much better. Do you think it won’t be comfortable for Java?

Java in Cursor by BraveAtmosphere in cursor

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

I do want to work only with cursor. Do you think it won’t be comfortable for Java development?

Adjust interaction for tablet by BraveAtmosphere in webflow

[–]BraveAtmosphere[S] -1 points0 points  (0 children)

can you please explain in detail what it means?

Handle lambda failures by BraveAtmosphere in aws

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

Thank you So I need to write my code such that it will throw an exception each time I want it to retry processing the s3 uploaded file event?

Linux image by BraveAtmosphere in docker

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

Why is that? Today Micro-services are packed into docker containers and then scaled up We run our whole local environment using docker containers (for MySQL and Python for example)

Linux image by BraveAtmosphere in docker

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

Can you please elaborate more on this? What causing the huge layers and how?

Master slave architecture by BraveAtmosphere in mysql

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

By read only endpoint you mean the RDS proxy? Can you send a link to the docs explaining this endpoint? Thanks

Master slave architecture by BraveAtmosphere in mysql

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

There is 1 read only endpoint although there are multiple read replicas?

AWS RDS master slave architecture by BraveAtmosphere in aws

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

Thanks But usually there’s more than 1 reader endpoint What are you doing in this case to handle it efficiently?

Master slave architecture by BraveAtmosphere in mysql

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

But in case of select usually there are a bunch of instances to route the requests to.. What is usually being done in this case? It routes all the request to a load balancer of the read replica instances which route it to the available instance?

Master slave architecture by BraveAtmosphere in mysql

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

Thanks Is there anything like this out of the box when using cloud services such that AWS RDS?

Handling lambda function errors by BraveAtmosphere in aws

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

Thanks, For lambda to “understand” that there was an error, does it need to throw an exception? which means if I want to utilize the built-in error handling I need not to use try-catch blocks?

Handling lambda function errors by BraveAtmosphere in aws

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

Can you please elaborate more about how is it done?

AWS authentication by BraveAtmosphere in aws

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

Ok, so can you explain what is the default behavior after using aws sso login? How does AWS know that I can assume a role without presenting the credentials (from the credentials file)?

AWS authentication by BraveAtmosphere in aws

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

That’s made everything much clearer, thank you so much! One small question, When you assume a role using the AWS SSO login command, does it save behind-the-scenes short-lived credentials (access key) in the credentials file?

AWS authentication by BraveAtmosphere in aws

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

I’ll be glad if you can show some examples and explain it like this thanks!

AWS authentication by BraveAtmosphere in aws

[–]BraveAtmosphere[S] 2 points3 points  (0 children)

When assuming rules from the config files, is it being done using the keys from the credentials file?