Jeremy Daly

Results 144 comments of Jeremy Daly

Hi Matt, I don't believe that `!Ref "AWS::AccountId"` is actually valid CloudFormation syntax. I could totally be wrong, but I think using pseudo parameters would be better in that case....

Hi @mgarciadelojo, Have you deployed this stack to AWS yet? In order for the plugin to get information about the stack, you need to deploy it at least once. That...

Hi @chainhead, I'm sure I do, but I'll need to dig for them. It would be a great independent side project to run some performance tests. I'd be happy to...

Hi @trademark18! This package is typically more performant than the Data API, but it requires a more complex environment setup (e.g. VPC, security groups, etc.). This library uses the `mysql`...

I have not tried this library with MariaDB. It is possible that it does not support the cleanup functions.

HI @nanoflite! Thanks for this. Couple of quick questions. How is the `ER_OPTION_PREVENTS_STATEMENT` error tied to AWS RDS failover exactly, as it seems to be a generic error? Also, would...

Thanks, @nanoflite. I'll look this over and get it merged in.

Hi @abhijits3, Here are some basics events: ```javascript onConnect: (client) => { console.log('MYSQL Connected:', client.threadId) }, onConnectError: (e) => { console.log('MYSQL Connection Error:',e.message) }, onClose: () => { console.log('MYSQL Connection...

@agrant-intix, this looks right!