Matt Fiocca
Matt Fiocca
It's been a while since this was mentioned. Are there any plans for this in the near future?
@rkistner, roger that. Camera2 api has been a pain in my side on other projects... i get it ;)
I have the same requirement; our use case is such that we are using access tokens as passwords that are proxied through an HTTP backend for authentication. Auto-recovery fails for...
@michaelklishin, means to inject updated secrets prior to reconnect attempts would be marvelous..
this is what worked for me: "aws-cdk": "^2.135.0" ```typescript const bucket = new s3.Bucket(this.scope, 'bucket-id', { bucketName: 'bucket-name', removalPolicy: cdk.RemovalPolicy.DESTROY, encryption: s3.BucketEncryption.S3_MANAGED, websiteIndexDocument: 'index.html', //
@Davidmec > I'm thinking this may be a regression of the _cdk_, being that you and I both hit this on the same day. Since I had a new setup...