GithubHelp home page GithubHelp logo

nimbella / nimbella-sdk-python Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 5.0 47 KB

Nimbella SDK for Python serverless functions.

Home Page: https://nimbella.com

License: Apache License 2.0

Python 100.00%
serverless faas python nimbella sdk

nimbella-sdk-python's People

Contributors

joshuaauerbachwatson avatar jthomas avatar rabbah avatar satyarohith avatar sciabarracom avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

nimbella-sdk-python's Issues

Support pluggable storage providers

Replicate work done here in the Node.js SDK to de-couple storage API from a single storage provider. Python SDK should also support pluggable storage providers. Introduce S3 storage provider alongside exsting GCP store.

Support endpoint_url in S3 client constructor

If you want to use the S3 storage client with a newer region - we need to explicitly set the endpoint_url parameter in the client config. This is an undocumented "feature" of the S3 service. boto/boto3#2728

We should also change the presigned url API parameters to be more generic. Rather than having an explicit "ContentType" - allow users to pass in any parameters they want. This will make it easier to decouple the implementation of the storage API from the providers API.

alias .redis to .kv

Is your feature request related to a problem? Please describe.
To lineup with nomenclature used through out the cli and docs, .redis() should be aliase to .kv().

SDK Website methods for setting website don't seem to work.

Finishing the implementation for the storage providers - I struggled to get the website methods to work despite calling the underlying SDK methods correctly. Need to go back and investigate this and write a new integration test to verify it works.

Bucket access AWS region related problem

Describe the bug
If nimbella is deployed in AWS in a generic region (for example eu-south-1) you get an error

An error occurred (IllegalLocationConstraintException) when calling the PutObject operation: The eu-south-1 location constraint is incompatible for the region specific endpoint this request was sent to.

To Reproduce
Steps to reproduce the behavior:

  1. Install nimbella in AWS in another region (for example EKSItaly is in eu-south-1)
  2. Run this code:
def main(arg):
    try:
        bucket = nimbella.storage()
        filename = "test.txt"
        file = bucket.file(filename)
        file.save('Expected %s contents' % filename, 'text/plain')
        return { "ok": True}
    except Exception as e:
        return { "error": str(e) }

Expected behavior
ok: True

Screenshots
If applicable, add screenshots to help explain your problem.

Extra informations:

This is what the __NIM_STORAGE_KEY looks like (stripped down of credentials)

NIM_STORAGE_KEY="{\"provider\":\"@nimbella/storage-s3\",\"region\":\"eu-south-1\",\"endpoint\":\"\",\"weburl\":\"https://iogw-eksitaly.nimbella.io\",\"cloudfrontId\":\"XXXX\",\"iamUser\":\"app-buckets-iogw-Y0avZmVH\",\"policyArn\":\"arn:aws:iam::332320267357:policy/app-buckets-iogw-Y0avZmVH\",\"credentials\":{\"accessKeyId\":\"XXX\",\"secretAccessKey\":\"jXXX"}}"

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.