Understanding how third-party query engines integrate with Lake Formation


Integrating with AWS Lake Formation allows third-party services to securely access data stored in Amazon S3–based data lakes. Over the past few days, I’ve gained several valuable insights from hands-on experience that I’d like to share. I will walk you through the end-to-end workflow illustrated above and highlight some key lessons and challenges encountered along … Continue reading Understanding how third-party query engines integrate with Lake Formation

[AI Generated] AWS re:Invent 2024: Key Highlights and Game-Changing Announcements


AWS re:Invent 2024, Amazon Web Services' flagship conference, has once again proven to be a cornerstone event in the cloud computing industry. This year's event, held in Las Vegas, showcased groundbreaking innovations and strategic directions that will shape the future of cloud technology. Key Highlights from the Conference The event kicked off with powerful keynotes … Continue reading [AI Generated] AWS re:Invent 2024: Key Highlights and Game-Changing Announcements

Increase max input length for HuggingFace model in SageMaker deployment


I deployed HuggingFace zephyr-7b-beta model to SageMaker by using the default deploy.py script. When trying to invoke the model endpoint, I received the error "ValueError: Error raised by inference endpoint: An error occurred (ModelError) when calling the InvokeEndpoint operation: Received client error (422) from primary with message "{"error":"Input validation error: inputs must have less than … Continue reading Increase max input length for HuggingFace model in SageMaker deployment

Git broken after Upgrade to Mojave (10.14.5)


Second issue that I have found after upgrade my mac to Mojave is that Git stops working. When run git in terminal, it throws the error: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun This means the command line tools of Xcode is not working properly. It needs either reset or update. … Continue reading Git broken after Upgrade to Mojave (10.14.5)