Git Product home page Git Product logo

chalice-extended-action's Introduction

Hi there ๐Ÿ‘‹

๐Ÿ”ญ I'm working on:

  • Quantum (Cloud) Computing
  • Quantum Machine Learning
  • Quantum Cryptography
  • Post-Quantum Cryptography
  • Efficient Network Communication in Massive Multiplayer Online Role-Playing-Games
  • Design of complex and innovative Communication Protocols
  • Safety
  • Geoinformatics

Greetings from Esslingen

chalice-extended-action's People

Contributors

jangia avatar jayef0 avatar keocoin avatar msh100 avatar skinofstars avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

chalice-extended-action's Issues

Deploy stage

Any thoughts on how one might pass the --stage prod flag in this? I tried on the OPERATION but didn't seem to work.

Support pipenv or poetry

Could I submit a PR to take additional flags to support other Python dependency management systems, rather than only using a requirements.txt file?

Passing environment variable

Hi.
Can I pass environment variable by defining variable in yaml file like this below?

jobs:
  deploy:
    name: deploy
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@master
      - name: chalice deploy
        uses: jayef0/[email protected]
        env:
          REQUIREMENTS_FILE: requirements.txt
          OPERATION: deploy
          STAGE: dev
          AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
          AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
          MONGO_ADDRESS: ${{ secrets.MONGO_ADDRESS }}
          MONGO_USER: ${{ secrets.MONGO_USER }}
          MONGO_PWD: ${{ secrets.MONGO_PWD }}
          AWS_DEFAULT_REGION: ap-northeast-2

I tried, but didn't work.

Problem installing Github-hosted library in requirements

I have no problem deploying the app with PyPI-hosted requirements. However, I'm trying to deploy a Chalice app that utilizes a Github-hosted library. My requirements.txt file looks like this:

chalice==1.27.1
git+https://github.com/acarril/cb-wrapper-dynamodb@ad48e0f#egg=dynamodb==0.5.2

When using this action in my workflow, it throws the following error:

Collecting dynamodb==0.5.2
  Cloning https://github.com/acarril/cb-wrapper-dynamodb (to revision ad48e0f) to /tmp/pip-install-xk83mepl/dynamodb_b9c4ae713d074bdc8d4613b7eba65dc1
  Running command git clone --filter=blob:none --quiet https://github.com/acarril/cb-wrapper-dynamodb /tmp/pip-install-xk83mepl/dynamodb_b9c4ae713d074bdc8d4613b7eba65dc1
  fatal: could not read Username for 'https://github.com/': No such device or address
  error: subprocess-exited-with-error
  
  ร— git clone --filter=blob:none --quiet https://github.com/acarril/cb-wrapper-dynamodb /tmp/pip-install-xk83mepl/dynamodb_b9c4ae713d074bdc8d4613b7eba65dc1 did not run successfully.
  โ”‚ exit code: 128
  โ•ฐโ”€> See above for output.

I think this might be a bug, since it it is not correctly reading the username from the clone URL?

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.