As a software engineer, I would think to call this a patch or a hotfix. I agree that recall for this type of situation is a bit too dramatic, but I’d also say that patch or hotfix are too casual sounding
As a software engineer, I would think to call this a patch or a hotfix. I agree that recall for this type of situation is a bit too dramatic, but I’d also say that patch or hotfix are too casual sounding
Noteworthy composer has a free edition that I’ve used before. It was somewhat basic, but it gets the job done
I have been exposed as a fraud and I will take my punishment! j/k, but worth noting
As part of AWS? S3 stands for “simple storage solution” and it is used for storing data in the cloud. A typical s3 setup has a “bucket” which would act like a folder directory on your computer. At that point it can be pretty much however you want to set it up. In theory it can store anything, as long as it can be converted into a binary string, I believe. I havent worked in AWS in a few years, but I recall it being easy enough to use for storing files when handling file transfers with other microservices like Lambdas. You just need to configure a few things, like the bucket name, the “file name” (I say it that way, because you dont necessarily have to store files - and anything stored in s3 has to be converted to that binary string), and the
It can be even more than just simple storage when used with other microservices, the possibilities can be endless
My guess, as a cloud developer, there may be a bottleneck at their authentication, or session management. Your web browser has probably been signed in for a while. I’m guessing your app hasn’t been able to get past that point, and is stuck in the bottleneck