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
Complete the writeToBucket and writeToTable functions. The content of Promise.resolve shows us what’s passed in.
Complete the application function, which should pass the uppercased message first to writeToTable and next to writeToBucket
The application function uses the Reader monad to pass dependencies to the write functions, which should also give us an additional clue as to what those two functions should look like.