Roger J. A. Duthie

Results 12 comments of Roger J. A. Duthie

I've come across a related problem, but with `update`. I have a database model create like: ```python from sqlalchemy.ext.automap import automap_base ModelBase: Any = automap_base() class MyTable(ModelBase): """A table""" id...

Hi, I've been trying to get a script to work but hadn't realised that I'd have to do it in JS rather than Lua. Can the author of the OP...

You're right that this is not clear from the documentation. Some improvement could be made. I might take some time to do this in the next few days. Maybe it...

I found out how to build and test this plugin locally and this iteration DOESN'T WORK (at all!). I created another version which allows a RestApiId property in the pluginOptions....

(I thought I found that the issue was with a virtualenv, hence closing, but it actually seems not.)

My initial tests, it looks like reverting this fixes the issue. I've still got some work to figure out how to use this API properly; it's late here, so maybe...

OK, didn't leave this. The fix is substitute the `const handler [...]` lines with: ``` exports.handler = async (event: APIGatewayEvent, context: Context) => { ``` However, the `startstop` endpoint doesn't...

Talking to my colleague who's much more knowledgable on TS: a potentially better way to fix this would be to change the `export default` to a `export const`; the problem...

Amended the change to use a nice syntax. Thank you to @jonathonhawkins92 for the advice.