Walter Dal Mut

Results 17 comments of Walter Dal Mut

:+1: same issue on production code with Hyperledger Fabric v1.2

ok, i try to return back an error if the cloudfront distribution is in state "update in progress".

> @wdalmut Do you think you can implement the change? yes i want to. i use this project and i like it very much, in addition i really and need...

@der-eismann here my example configuration: ```yaml regions: - eu-west-1 - eu-central-1 - us-east-1 - global account-blacklist: - "999999999999" # production accounts: "123456789012": filters: IAMSAMLProvider: - arn:aws:iam::123456789012:saml-provider/AWSSSO_123456789012_DO_NOT_DELETE IAMRole: - AWSReservedSSO_AdministratorAccess_deadbeef -...

@der-eismann of course i can i will try to update with your latest build and create a new cloudfront distribution on top of a bucket and another custom origin and...

I tried with the latest version but i still get the error ``` global - CloudFrontDistribution - CFDISTRIBUTIONID - failed global - CloudFrontDistributionDeployment - CFDISTRIBUTIONID - failed Removal requested: 0...

can you upgrade travis configuration to php7.4 so the test suit will run?

We have to try to redefine the PORTNAME definition during the compilation step. i will check this in the future

``` make CFLAGS="-g -Wall -O3 -D PORTNAME=/dev/ttyS0" ```

The current make structure probably is not suitable to support a configuration phase. Need a complete rewrite using a more common structure to support options and other configurations Probably with...