UncleWael 1 Posted 20 hours ago Hi all , I've downloaded Appercept AWS SDK from Getit, and exploring its demos starting with AWS Cognito. But it does not work for me and I'm sure it is my fault . do any one know where to find the Appercept AWS SDK documentation, specially some sort of how to , or configuration requirements ? Also, does Appercept has its own support portal or forum ? Regards Share this post Link to post
Vincent Parrett 781 Posted 19 hours ago There is a demo app on their github repo - https://github.com/appercept/aws-sdk-delphi-samples/tree/main/CognitoDemo I guess support for the getit version comes from embarcadero - the full version from https://www.appercept.com/ does indeed come with a help file. I believe support for the full version is by email at this stage. @Richard Hatherall will be able to answer that better than I can. Share this post Link to post
Richard Hatherall 3 Posted 4 hours ago 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. Share this post Link to post