Danielle Perry
Welcome to Danielle's Portfolio!A Certified Solutions Architect with expertise in AWS technologies, specializing in crafting scalable and cost-effective solutions for businesses. From serverless applications to highly available systems, I design architectures that drive innovation and deliver tangible results.Explore my portfolio to see how I've leveraged AWS services to solve complex challenges and propel businesses forward.Thanks for visiting!
Daily Task Scheduler
Overview of Project:-Developed a 'Daily Task Scheduler Application' aimed at enhancing productivity and organization.Application architecture used:-AWS PartyRock: A fun playground offered by AWS to build applications with generative AI.
Image Labels Generator
Overview of Project:-The application can recognize images and labels them accordingly.Services Used:-Amazon S3: This is for storing the images in the process of generating labels.
-Amazon Rekognition: To analyze images and generate image labels.
-AWS CLI: Interacting with AWS services through the command line interface(CLI).
Text to Speech Narrator
Overview of Project:-Developed a text narrator. A piece of text (book, article, newsletter) will be uploaded in an Amazon S3 bucket and converted to speech.Application architecture used:-AWS Lambda: To retrieve the text & send it to Amazon Polly for synthesis.
-Amazon Polly: Converts text to life like speech with customizable features.
-Amazon S3: Consists of the final text-to-speech audio & can be downloaded
-AWS IAM: Ensures secure access by managing user permissions.
Language Translation Chatbox
Overview of Project:-To translate a word or sentence into another language, type it into the chatbot and it will output the translation.Services Used:-Amazon Lex: To build the chatbot and define conversation flow.
-AWS Lambda: To get the book recommendation using a third party API.
-Amazon Translate: Used for translation of the sentence according to the input language specified.
-AWS IAM: Ensures secure access by managing user permissions.
File Upload Notification System
Overview of Project:-Created a system that monitors an AWS S3 bucket for new file uploads.Services Used:-AWS S3 Events: Triggers the Lambda function whenever a file is uploaded.
-Lambda: Processes S3 events, extracts file information, and sends messages to the SQS queue.
-SQS: Acts as an intermediary for processing notifications.
-SNS: Receives messages from the Lambda function and sends email notifications to subscribers.