omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Using AWS boto3 library with Pythonista

    Pythonista
    boto3 aws
    3
    4
    6093
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • wguyth
      wguyth last edited by

      Hello forum. I am new to using Pythonista and the main reason for getting it was to be able to develop AWS Lambda functions from anywhere without taking my MacBook along. I have read where some 3rd party libraries may not work with Pythonista. I am trying to add AWS' boto3 library. Using Stash I was able to successfully pip install boto3 but am running into issues using the library.

      My question for the forum is if anyone has prior experience using boto3 and AWS services in Pythonista. If the library is known to work well, I can dig more into the issues I'm currently having.

      Thank you for any information you may have.

      Thanks.

      1 Reply Last reply Reply Quote 0
      • wguyth
        wguyth last edited by

        I wanted to provide an update to my findings in case anyone may have the same questions as I did.

        I was able to successfully install the boto3 library using information I found on StaSH. Once I had that installed, I executed
        pip install boto3

        Once that completed and I restarted Pythonista, the library imports successfully and is usable.

        I'm very excited to be able to work on out AWS services now from my iPad. I think this will be awesome.

        mikael 1 Reply Last reply Reply Quote 3
        • ccc
          ccc last edited by

          You might check out https://github.com/nficano/python-lambda ... It is currently in Trending Python on GitHub.

          1 Reply Last reply Reply Quote 1
          • mikael
            mikael @wguyth last edited by

            @wguyth, could you maybe give us an update on your experiences developing on boto3?

            Thanks!

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Powered by NodeBB Forums | Contributors