You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently deployed a PgstacDatabase and discovered that even though the bootstrapper code had changed, the bootstrap script did not get re-triggered like I expected. I think this is because the CustomResource that triggers the function will only run if one of its properties changes.
I recently deployed a
PgstacDatabase
and discovered that even though the bootstrapper code had changed, the bootstrap script did not get re-triggered like I expected. I think this is because theCustomResource
that triggers the function will only run if one of its properties changes.eoapi-cdk/lib/database/index.ts
Lines 114 to 123 in 9224d0a
Maybe we could add a property with a hash from the contents of the
bootstrapper_runtime
that would force the bootstrapper to run again.The text was updated successfully, but these errors were encountered: