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
There is a _run_command method in the CapePythonLambdaLayer class in the compute.py module. This has no reason to be in this class, as it is generic. This should move out to a module in capeinfra/util so it's available elsewhere it's needed
There is a
_run_commandmethod in theCapePythonLambdaLayerclass in the compute.py module. This has no reason to be in this class, as it is generic. This should move out to a module incapeinfra/utilso it's available elsewhere it's needed