Find Jobs
Hire Freelancers

Create AWS Lamda function in python to parse s3 event data and send sns notifications

$30-250 USD

In Progress
Posted over 5 years ago

$30-250 USD

Paid on delivery
You will have to provide me with lambda code, what to change in the code and instructions on how to set it up. Following are the tasks to accomplish this project: 1. Create aws lambda function using python. The lambda function should be invoked on schedule (once every day). 2. The code should collect and parse s3 event data. Parse the object size of each s3 object being uploaded to a specific bucket. 3. Compare the parsed object size of each object to a number. Say, for example, if an object is uploaded inside the bucket under cars-folder and there is another object uploaded inside the bucket under bikes-folder. The object size of the object uploaded in cars-folder should be compared with a number, say 12000 and the object size of the object uploaded in bikes-folder should be compared with a number, say 20000. 4. If the parsed object size is lesser than the number it is being compared with, send out an SNS notification. The SNS email should contain some clean subject line, the folder-name to which the object is uploaded to, object name and size of that object. I can't pay more than 40$ (+ maybe some bonus)
Project ID: 18340262

About the project

10 proposals
Remote project
Active 5 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
10 freelancers are bidding on average $133 USD for this job
User Avatar
Hello, I have read your project REQUIREMENT and UNDERSTOOD IT COMPLETELY. We deal with the ALL TYPE OF SERVER RELATED ISSUE as we have expert team for this. We will be able to do but we need proper details regarding your projects. We are the leading IT Company in Indore, India. We have huge experience and mastery in app development, app designing and developing backend, cloud services, and enterprise solutions. We are a team of certified Amazon solution architects. We are also part of Amazon APN partner network. We do provide all kinds of solution related to Network administration or for system admin, Linux, Unix, Apache, servers, lambda EC2, Open SSL. We can provide you solution for all your customized needs. Please check our recent works:- Need AWS Setup for an ASP.NET Application AWS | EC2 | RDS | BEANSTALK | CLOUD FORMATION https://www.freelancer.com/projects/Amazon-Web-Services/Lambda-setup-push-cloudwatch-logs/ https://www.freelancer.com/projects/Cloud-Computing/Setup-New-Azure-Cloud/ https://www.freelancer.com/projects/Amazon-Web-Services/Push-AWS-RDS-psql-bucket/ https://www.freelancer.in/projects/Amazon-Web-Services/Need-AWS-Setup-for-ASP/ https://www.freelancer.com/projects/Linux/FIX-OPENVPN-IPTABLES-CENTOS/ https://www.freelancer.com/projects/nodejs/code-deployment-heroku-AWS/ https://www.freelancer.in/projects/Amazon-Web-Services/Need-AWS-Setup-for-ASP/ I am sure above example will provide you the quality of work. Thanks and Regards Deepak
$155 USD in 3 days
4.9 (65 reviews)
6.9
6.9
User Avatar
I am working as a software developer with 10+ years of experience. Industry experience includes Big Data, Backend, DevOps (AWS and Azure) and etc. I did my MTECH in the Department of Computer Science Engineering, Indian Institute of Technology (IIT) , Guwahati, India. Some of the skills are mentioned below. Amazon Web Services: EC2, Load Balancers, RDS, Elastic Beanstalk, Athena, Glue, EMR IAM, VPC, Security Groups, Cloud Formation, Lambda, S3, CLoudFront, Redshift, Route 53, Cloud Watch, Kinesis, SNS, SQS, API Gateway and etc. Azure: VMs, SQL Databases, Storage and etc. Programming Languages: C, C++, Java, Go, Python, Bash Big Data Technologies: Hadoop, Spark, Hive, HDFS, HBase, Kafka, Flume, Memsql, Aerospike, Redis and etc. Miscellaneous: Algorithms, Data Structures, Distributed Systems, Operating Systems Databases: Oracle, MySQL, SQL Server Operating Systems: Windows, Linux, Ubuntu and etc. Code Deployments: Puppet, Docker, Airflow
$250 USD in 1 day
5.0 (32 reviews)
5.6
5.6
User Avatar
Hi kindly have a look into mg profile. I can do this work for you with quality and time. Relevant Skills and Experience I have expertise in lambda integration with various aws services like s3, sns, sqs etc. I can provide you with cloud formation solution that would make ur life easy in setting up the infrastructure
$100 USD in 3 days
5.0 (20 reviews)
5.2
5.2
User Avatar
Hello! I am a python developer. I looked at your project and it seems interesting. I have all necessary skills required for this project. Ping me to discuss in detail.
$140 USD in 2 days
4.7 (34 reviews)
5.6
5.6
User Avatar
Hi There, This is very interesting project and Phoenix Cloud Tech Solution will be happy to help you out in this project, This deployment would be done in serverless offerings of aws, and will be build in best efficient way possible. For Further Clarification Kindly Contact us. "Long live Cloud"
$222 USD in 3 days
4.5 (2 reviews)
3.6
3.6
User Avatar
"Python Expert" Hello there, Hope you are doing great. We are a small but excellent team of Phython developers. We having expertise in every domain of Phython like custom Phython development, Payment gateway integration, API development, existing code updation, enterprice software development etc. Along with that we are expert in Phython CMS and frameworks like Django etc. I have completed more than 30 project over freelancer. You can check our client ratings by visiting my profile. My ultimate goal is customer satifaction and you can see I have highest completion ratio with 5 star reviews. If you will hire us then I am damn sure that you will be fully satisfied with my expertise. I need one small meeting on personal message to discuss the complete requirements and then start the work ASAP. Looking forward for your kind reply. Regards, Hina ** Price and time mention over here are just placeholder. It might be change based on the requirements. Discuss at the finalization of the project
$50 USD in 3 days
5.0 (1 review)
2.3
2.3
User Avatar
Hi, Thank you for giving me a chance to bid on your project. i am a serious bidder here and i have already worked on a similar project before and can deliver as u have mentioned I have got Rich experience in Joomla, Wordpress, Codeigniter, Cake PHP), .NET, Asp.NET, Vb.NET, HTML 5 etc.& mobile apps Also have very good knowledge of javascript, jQuery Json, API, Prototype Frameworks, and have developed various Parallax, Fluid responsive design. I am ready to discuss with you with best Regards
$155 USD in 3 days
0.0 (0 reviews)
0.0
0.0
User Avatar
I have 3+ years of experience in Python that includes familiarity with AWS. Currently, I have availability to work on your project. The requirements seem pretty straight forward. Are you planning to provide me with access to your platform for dev and testing?
$75 USD in 4 days
0.0 (0 reviews)
0.0
0.0
User Avatar
My understanding is that the Lambda is to be trigerred everytime an object is uploaded to S3 bucket. So, as soon as an object is uploaded to the bucket, I will schedule a put event from S3 that will eventually trigger the Lambda function. The event trigerring Lambda will have the details of the new object being put in S3. Hence, in the Lambda function I will be able to get the size of the object being put and compare it with a pre-defined value. If the object size is less, than send a SNS notification. The exact subject line can be configured in SNS, once you provide me with that. And you will receive the email accordingly. I will provide you with the Lambda code. You will only need to change the SNS ARN in the code I provide you. I will help you generate SNS ARN, setup S3 buckets, and create Lambda function in AWS account. Moving forward, if you want to set up alarms to get notified in case of any anomaly, I can help you even set up that.
$30 USD in 2 days
0.0 (0 reviews)
0.0
0.0
User Avatar
Hello, We are experienced practitioners on Big data, DevOps, Full Stack, and ML. We have very good experience in Python programming. Please let us know more about the requirement and we can provide quality delivery. Thanks, RhombusLabs
$155 USD in 3 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of UNITED STATES
North Andover, United States
5.0
7
Payment method verified
Member since Sep 12, 2014

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.