ResourceAccessor unable to find files in aws lambda

Hello All, I am trying to read changelogfile from aws lambda tmp folder. I am using FileSystemResourceAccessor as ResourceAccessor while constructing Liquibase instance. Liquibase, for some reason, is not able to read files that exist in tmp folder of lambda. I found a github repo where they are using a custom resource accessor, but its a workaround. Thanks.

1 Like

Consider reporting the issue on our Github. Hopefully, someone else in the community will be able to find a way to fix it so you don’t have to use a workaround.