Software Alternatives & Reviews

Building a Serverless AI Content Detector

AWS X-Ray Amazon Elastic File System Amazon CodeWhisperer
  1. AWS X-Ray helps developers analyze and debug production and distributed applications.
    In my eventual use case, this is minor since it'll be run asynchronously, and can take as long as it generally pleases. But that's not as great for our synchronous demo API. So it's time to enable AWS X-Ray to run the distributed tracing over the whole thing.

    #Monitoring Tools #Application Performance Monitoring #AWS Lambda 21 social mentions

  2. Amazon Elastic File System is a cloud-native and serverless data store that provides simple saleable elastic shared file storage for Linux-based business applications.
    But that didn't work quite so well. Between some issues with the packages, and the amount of time it took to unzip... It just wasn't worth it. So I refactored back into using EFS to host the packages and model files.

    #File Management #Work Collaboration #Project Management 22 social mentions

  3. Amazon CodeWhisperer is a machine learning (ML)–powered service that helps improve developer productivity by generating code recommendations based on their comments in natural language and code in the integrated development environment (IDE).
    Also, first time using Amazon CodeWhisperer on a full project too, and it was a helpful little thing!

    #Developer Tools #Coding #Code Autocomplete 18 social mentions

Discuss: Building a Serverless AI Content Detector

Log in or Post with