Andrew

Results 42 comments of Andrew

Any chance of a requirements.txt ? That would make it easier for folks to install.

Great comments everyone. The part of this project that really appeals to me is how AWS Cloudfront is used for distribution. Right now, i'm using LiveStream studio to mix and...

Thats a good idea. Its hard work keeping up with all the Amazon Offerings some days!. It loosk like you can do a lot of trickery with it.

@dom-robinson , both.

I got much more than i originally wanted. You guys provided me with a whole lot of useful ideas. the AWS services definately are useful! Hppefully i might get some...

Sorry for the off topic nature of this. I've sucessfully used MediaLive to ingest a live stream, but theres no way to take a file in. ( it takes a...

This topic has come to get me again. My use case is that i want to use a context provider to get an address allocation from IPAM. I need the...

this is the cdk code so far... ```python from aws_cdk import ( aws_cloudformation as cfn, aws_logs as cwlogs, aws_lambda, aws_lambda_python as py_lambda, aws_apigatewayv2 as apiv2, aws_iam as iam, aws_route53 as...

I suspect that boto is possibly not working nicely. If we look carefully at the URL that it is tryign to send to, we see its "https://execute-api.ap-southeast-2.amazonaws.com/@connections/VNmugd9KSwMCFwQ%3D" Its missing the...

There is a bug / error in the Boto3 documentation!!!!! The boto3 client docs dont' say how to specifiy the url! I foudn this issue in the boto github issues,...