filmov
tv
AWS | Project | Final Part | Read S3 CSV file and insert into RDS mysql using Python Lambda Function
![preview_player](https://i.ytimg.com/vi/ax4wNPJFv84/sddefault.jpg)
Показать описание
import json
import csv
import boto3
def lambda_handler(event, context):
bucket = event['Records'][0]['s3']['bucket']['name']
csv_file = event['Records'][0]['s3']['object']['key']
lines = response['Body'].read().decode('utf-8').split()
results = []
for row in csv.DictReader(lines):
print(results)
database='employeedb',
port='3306',
user='admin',
passwd='admin123')
mysql_insert = "insert into employee(empid,ename,salary) values(%s,%s,%s)"
return {
'statusCode': 200,
}
import csv
import boto3
def lambda_handler(event, context):
bucket = event['Records'][0]['s3']['bucket']['name']
csv_file = event['Records'][0]['s3']['object']['key']
lines = response['Body'].read().decode('utf-8').split()
results = []
for row in csv.DictReader(lines):
print(results)
database='employeedb',
port='3306',
user='admin',
passwd='admin123')
mysql_insert = "insert into employee(empid,ename,salary) values(%s,%s,%s)"
return {
'statusCode': 200,
}
AWS Project: Architect and Build an End-to-End AWS Web Application from Scratch, Step by Step
AWS Projects for beginners | Deploying End to End Website on AWS | Intellipaat
End To End Machine Learning Project Implementation Using AWS Sagemaker
Project2 - Deploy a 3 Tier Architecture On AWS - End to End Project Demo
AWS end to end Architecture for Web App, web services and database
Deploying a Website to AWS in Under 1 Minute
Final Year Project-Cloud Computing. AWS. Ticket Booking Application. 2020 Batch
Build with Me: Launch a website on Amazon S3 | AWS Project
AWS She Builds Tech Skills NA - ACR's HIPAA-Compliant Big Data Analytics Platform
Top 50+ AWS Services Explained in 10 Minutes
AWS Data Engineer Project | AWS Glue | ETL in AWS
End to End Project on Snowflake & AWS | Snowflake Integration with AWS S3
Top AWS Services A Data Engineer Should Know
Build with Me: Visualize Data using Amazon QuickSight | AWS Project
Serverless Web Application on AWS [S3, Lambda, SQS, DynamoDB and API Gateway]
How to Document Your AWS Cloud Projects (To Get Hired)
End to End Streaming Data Pipeline Using AWS MSK & AWS Serverless Services
5 Best AWS Cloud Projects to get a job (From an AWS Sr. SA)
10 AWS Cloud Portfolio Projects to Build Your Skills and Resume/CV | AWS Tutorials
AWS Summit ANZ 2022 - End-to-end MLOps for architects (ARCH3)
Tutorial 9-End To End ML Project-Deployment In AWS Cloud Using CICD Pipelines
Demo | Three-tier web app in AWS with VPC, ALB, EC2 & RDS
Deploying End to End Website on AWS | Integrating EC2, Route 53 and RDS | Intellipaat
How to build ML Architecture with AWS SageMaker + Lambda + API Gateway | HANDS-ON TUTORIAL
Комментарии