Richard Hatherall
Members-
Content Count
6 -
Joined
-
Last visited
Community Reputation
3 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hi @UncleWael, As @Vincent Parrett said, the Embarcadero Edition available through GetIt is officially supported by Embarcadero and that should be your first line of support. That said, anything too far outside of their knowledge on AWS, they will likely forward your request to me. Support for the Standard and Professional editions (as sold on my site https://www.appercept.com/) are supported through our email support@appercept.com. I would suggest reviewing the video I made on the topic last year and the demo code (as linked by Vincent): A caveat on this video, the AWS Console for Cognito has been updated since I made this video. Since I have used the old console for years, I am still getting used to the new one. I am working on a video on this topic to update the steps for the new AWS Console UI. I will post a link here when it is published. BTW. If you use the provided CloudFormation template in the CognitoDemo, it should make the demo a little easier to set up. You will still have to find some of the values required for your Delphi client from the Cognito console. If Amazon are still allowing you to switch back to the old Cognito console UI, that might makew it easier to follow along with the video. If you're still stuck, reach out to me at support@appercept.com . Cheers, Richard.
-
Adding basic AWS S3 operations to Delphi app
Richard Hatherall replied to Paul Dardeau's topic in Network, Cloud and Web
As @DelphiUdIT said, there is the Appercept AWS SDK for Delphi available in GetIt with Delphi Enterprise or Architect or from my website https://www.appercept.com/ for Pro. If you are uploading anything large, you should be doing it with multi-part uploads to make it more resilient. There are examples of doing this in our S3 Explorer example at: https://github.com/appercept/aws-sdk-delphi-samples/tree/main/S3Explorer Also, here is an Embarcadero video showing it in use: The S3 Explorer demo is at ~1ht 30mins (to save you a little time). -
The latest release adds support for Amazon Rekognition. Easily detect faces, objects, text, unsafe content, and more in images and videos using Amazon Rekognition. I'll be discussing Amazon Rekognition with Ian Barker on this Friday's instalment of his Winter Webinars. I hope you can join us. Check out our demo projects on GitHub. Existing customers can download and update now from https://access.appercept.com. New customers can visit our website https://www.appercept.com to learn more and buy. If you're an Enterprise or Architect subscriber of RAD Studio, the update will be available on GetIt in the next few days.
-
Thanks @AntoineGS I have been thinking about doing this for a long time. I will definitely check this out when I find 5 mins!
-
Is Delphi Alexandria compatible with MacAirbook M1 Chip, macOS 10.14 Mojave
Richard Hatherall replied to AllanF's topic in Cross-platform
Although, I just had to check because I thought it was a little old... are you sure the listing is right? 10.14 Mojave is an Intel OS released 2 years before the M1 machines. I'd expect it to be macOS 11 Big Sur at a minimum. -
Is Delphi Alexandria compatible with MacAirbook M1 Chip, macOS 10.14 Mojave
Richard Hatherall replied to AllanF's topic in Cross-platform
Any Mac with Apple Silicon chips (M1, M2, etc.) can be upgraded to the latest macOS 15 Sequoia. Running that with Windows in Parallels should be fine for Alexandria (or Athens) — it's what I use. Just make sure you get a machine with plenty of RAM. Remember, the RAM in Apple Silicon Macs is all on-chip, so not upgradeable, and you will be running Windows on top of macOS. Although, I just had to check because I thought it was a little old... are you sure the listing is right? 10.14 Mojave is an Intel OS released 2 years before the M1 machines. I'd expect it to be macOS 11 Big Sur at a minimum. And... a MacBook Air are a little lightweight. It will run what you want but probably not as nippy as you'd hope for when under load.