Skip to content

ProgramIsFun/EonGraph-BackupHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graph Backup Helper

using py 13

  1. Install Dependencies

    pip install -t lambda-neo4j-keepalive -r requirements.txt
  2. Package the Lambda Code

    Compress-Archive -Path .\lambda-neo4j-keepalive\* -DestinationPath code_temp.zip
  3. Create a Lambda Function in AWS

    • Set runtime to Python 3.13
  4. Upload Your Code

    • Upload the code_temp.zip file to your Lambda function in the AWS Console.
  5. Add IAM Policy to the Lambda Role

    | Action        | Resource           | Description                          |
    |---------------|--------------------|--------------------------------------|
    | s3:PutObject  | <your_s3_bucket>   | Allow Lambda to upload objects to S3 |
  6. add env var

  7. Add an EventBridge Trigger

    • Go to AWS Lambda Console
    • Select your Lambda function
    • Go to Configuration > Triggers
    • Click Add Trigger
    • Select EventBridge (CloudWatch Events)
    • Choose Create a new rule
    • Set rule type to Schedule expression
    • Enter your preferred schedule expression (e.g., rate(10 minutes))

Tip: Adjust the schedule using cron or rate expressions as needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages