About 4,800,000 results
Open links in new tab
  1. python - Creating an AWS lambda function to split pdf files in a …

    Apr 10, 2022 · I want to write an AWS Lambda function that: Takes pdf file from s3 bucket -> splits the pdf file -> Stores split files to S3 bucket. I am using PyPDF module, so need to know …

  2. aws-samples/lambda-load-splitter-sample - GitHub

    This AWS Code Sample shows how an AWS Lambda Function and Amazon Simple Queue Service (Amazon SQS) can be used together to split a large Lambda task into smaller Lambda …

  3. Code examples for SDK for Python (Boto3) - AWS SDK Code Examples

    The following code examples show you how to use the AWS SDK for Python (Boto3) with AWS. Basics are code examples that show you how to perform the essential operations within a …

  4. How to set up step functions to split Dataframe and process in EC2

    One function will trigger from the first bucket, it will read the file and split it into multiple, smaller files, which it will save in the second bucket. The second function will be triggered from the …

  5. AWS Lambda to split a multipage PDF into separate pages

    Aug 8, 2020 · We needed AWS Lambda to split a multipage PDF file into separate single-page files. We started completing this task locally with python script we have created. The script, …

  6. Amazon S3 examples using SDK for Python (Boto3)

    Scenarios are code examples that show you how to accomplish specific tasks by calling multiple functions within a service or combined with other AWS services. Each example includes a link …

  7. python - Splitting Large CSV file from S3 in AWS Lambda function

    Jun 8, 2020 · I can not create multiple lambda functions to read it but in the single lambda function to read that big file. I understood the concept of splitting the file into smaller chunks and …

  8. AWS Lambda Python Examples - GitHub

    This repo serves as a starting point for building reliable aws lambda functions in python. These examples are focused on not only teaching the basics, but providing examples of common use …

  9. How to Structure Your Python Projects for AWS Lambda, APIs, …

    Apr 26, 2025 · Learn how to organize Python projects for AWS Lambda, APIs, and CLI tools using best practices for clean and scalable code.

  10. amazon web services - How can I split a list into it's own AWS

    Jun 18, 2023 · How can I use AWS tools to process a large list of email addresses in a Python script more quickly? I have a script that iterates through the list and passes each email …

Refresh