Git Product home page Git Product logo

Comments (6)

pbudzon avatar pbudzon commented on June 15, 2024 1

No problem, happy it's working for you! 🎉

from aws-maintenance.

pbudzon avatar pbudzon commented on June 15, 2024

Ah... Can you try zipping the file (the file itself, not a directory it's in) and upload the zip into S3 instead of the py file. In the CF template, locate this line:

"S3Key": "backup-rds.py"

and change that to whatever your ZIP file is named.

If you upload the file into a directory in S3, you need to provide a whole path in S3Key, like my_directory/backup-rds.zip.

Let me know if that works and I'll update the instructions in README. Sorry for the trouble!

from aws-maintenance.

fsantarelli avatar fsantarelli commented on June 15, 2024

You're a 🌟!

I'm about to test the lambda function now, will let you know how it goes.

from aws-maintenance.

fsantarelli avatar fsantarelli commented on June 15, 2024

Weirdly it is failing with the following error:

{
  "errorMessage": "Unable to import module 'index'"
}

I checked and there's no import index in the python file. Do you want me to raise another issue?

from aws-maintenance.

pbudzon avatar pbudzon commented on June 15, 2024

Ugh... importing files into Lambda... my bad. I pushed a fix into the code, please use the new CF template to update your stack (replace S3Bucket just like before). I tested this now and it should be working :)

from aws-maintenance.

fsantarelli avatar fsantarelli commented on June 15, 2024

Woohooo! 🌟 🌟 🌟 🌟 🌟

image

The snapshot is already being created in the destination region.

This is absolutely amazing, thank you so much!

from aws-maintenance.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.