vvatlin

Results 6 comments of vvatlin

It would be handy to have such option.

Hi @gruebel Yes, sure let me try. I'll create a PR

Still have the same issue ``` aws_dms_replication_task.this["cdc_ex"]: Creating... ╷ │ Error: error creating DMS Replication Task (adv2-s3-prod): InvalidParameterValueException: TimestampColumnName cannot be an empty string. │ status code: 400, request id:...

I'm not sure if it helps, but it works for me ``` const response = await $auth.loginWith("cookie", { body: new URLSearchParams(state) }) ```