AWS Read CSV file data from S3 via Lambda function and put into DynamoDB

Поделиться
HTML-код
  • Опубликовано: 12 дек 2024

Комментарии • 15

  • @jordanfine7272
    @jordanfine7272 2 года назад +1

    best, most practical tutorial I have found. Thank you.

  • @jorgel6396
    @jorgel6396 Год назад

    It's a great video. Very helpful and detailed. Thank you!

  • @ShahrukhKhan-nk6qg
    @ShahrukhKhan-nk6qg 4 года назад +1

    Thanks a lot... You made it so easy to understand it explain further😁🤘👍👍

  • @senlee325
    @senlee325 Год назад

    Helpful tutorial. Thanks

  • @bharathreddy294
    @bharathreddy294 11 месяцев назад

    You have hardcoded the column names, as there are only 3 values. What if there are 100's off columns, how will you dynamically upload in Item object. Can you please explain me that.

  • @engineerhoon8657
    @engineerhoon8657 2 года назад +1

    So do we need to keep the file name same everytime we upload in S3 ??

  • @caamrb2
    @caamrb2 2 года назад +1

    I need to do this but using nodejs, has anyone seen an example?

  • @shenbagapandian7090
    @shenbagapandian7090 2 года назад

    Nice explanation..

  • @upendrad6081
    @upendrad6081 2 года назад

    I have a CSV file with a text column with multiple commas init say something like name1, name2. When I try to import the CSV, the columns in splitting into multiple columns. Name1 into one column and Name2 into another column. Can you please help?

  • @sandippadwekar4939
    @sandippadwekar4939 2 года назад

    Very helpful

  • @quamaraziz9652
    @quamaraziz9652 3 года назад

    will this work if we have multiple buckets ?

  • @dineshvijay2304
    @dineshvijay2304 3 года назад

    while executing lambda function i am getting this error " 'utf-8' codec can't decode byte 0x82 in position 16: invalid start byte "
    please help!!!

  • @jnanakshatriya668
    @jnanakshatriya668 3 года назад

    good content. I have multiple csv files in s3 bucket folder uploaded from hdfs with header but columns are same. How do we import this to dynamo ? csv file name in s3 will not be same everytime.

  • @mukeshkav8558
    @mukeshkav8558 3 года назад

    Thank you for this!