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
{{ message }}
This repository was archived by the owner on Aug 17, 2023. It is now read-only.
If you use anything that requires architect/functions inside a Ruby lambda you get the following error: vendor/bundle/ruby/2.7.0/gems/architect-functions-0.5.3/lib/architect/reflect.rb:10:in +': no implicit conversion of nil into String (TypeError)`
Is there documentation on how to use and set this env variable?
Update: The error disappears if I add ARC_CLOUDFORMATION '' to the testing block in preferences.arc, probably this line should be an interpolated string instead of a + operator.