Coder Social home page Coder Social logo

sls-pypi's People

Contributors

nerdguru avatar

Watchers

 avatar

sls-pypi's Issues

Publish sometimes omits Readme.md

Intermittently, the download phase of the publishing process will see the following:

Error processing Readme.md [Errno 2] No such file or directory: '/tmp/samples201/Readme.md'

Not clear why that and .gitignore suffer from this and the others don't. The publish continues, but issues a warning.

Installation instructions 4b refers to removed item

At the end of installation instruction 4b, there's a snippet that reads:

For the Authorization callback URL, use the value of the domain set in step 4a as the base URL followed by /oauth2/idpresponse, so /oauth2/idpresponse

Only, 4a no longer automatically sets up the UserPoolDomain, it has to be done manually.

Consider making publish async

Currently the publish process is synchronous, which means it is subject to the API Gateway 30 second execution cap, all for downloading, building, and pushing bits. Early tests with trivial packages show this works fine, but for more sophisticated packages, that might not be the case.

DynamoDB trigger stream arn issue?

Given some stale arns on my dev account, I had to manually fix the trigger on dynamoPackages to point to the right arn. This may solve itself when installing on a new account.

Athena query results bucket trigger not set despite serverless.yml

writeWebLogs is supposed to get triggered when the Athena query drops a new .csv file in the query results bucket:

    events:
      - s3:
          bucket: ${self:provider.custom.QUERY_RESULTS_BUCKET_NAME}
          event: s3:ObjectCreated:*
          rules:
            - suffix: .csv
          existing: true

But the trigger doesn't automatically get set with an sls deploy, instead had to set the trigger manually.

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.