Tom Mitchell
Tom Mitchell
A lambda version of this would be awesome
I'm setting it up to run every minute on lambda.... I'm using the runonce option, set the cloudwatch data window to -1 minute and for a minute duration, set the...
I've just released my version here: https://github.com/channl/dynamodb-lambda-autoscale
Although much less mature than dynamic-dynamodb, my implementation at https://github.com/channl/dynamodb-lambda-autoscale might suit you as it segments the remaining daily time period by the remaining allowance of downscaling operations.
Can confirm this is still an issue on mac
None of the above really worked for me, i dont know if DOM manipulation has changed within recent years but here is my two cents on how I achieved something...
Unfortunately seeing this issue also after upgrading to react-native 0.74. In my case static frameworks is requirement for firebase.
https://github.com/facebook/react-native/pull/42747 seems to be the cause. `add_dependency(s, "React-jsinspector", :framework_name => 'jsinspector_modern')` The"React-jsinspector" pod will only be included if the framework_name is 'jsinspector_modern' ?
And looks like it is being attended to on https://github.com/expo/expo/pull/27976
I also get the 'Make sure you have Node installed' exception. It doesn't look like node is on the path when the compiler is being spun up. I can run...