Rommel Berrios

Results 3 issues of Rommel Berrios

Is there a way we can reduce the number of dependencies? `actions-on-google` has 49MB and `googleapis` has 44 MB. This issue is really troublesome due to lambda size limit of...

Currently we handle different types of AlexaRequest. ``` const AlexaRequests = [ "AudioPlayer.PlaybackStarted", "AudioPlayer.PlaybackFinished", "AudioPlayer.PlaybackNearlyFinished", "AudioPlayer.PlaybackStopped", "AudioPlayer.PlaybackFailed", "System.ExceptionEncountered", "PlaybackController.NextCommandIssued", "PlaybackController.PauseCommandIssued", "PlaybackController.PlayCommandIssued", "PlaybackController.PreviousCommandIssued", "AlexaSkillEvent.ProactiveSubscriptionChanged", "AlexaSkillEvent.SkillAccountLinked", "AlexaSkillEvent.SkillEnabled", "AlexaSkillEvent.SkillDisabled", "AlexaSkillEvent.SkillPermissionAccepted", "AlexaSkillEvent.SkillPermissionChanged", "AlexaHouseholdListEvent.ItemsCreated", "AlexaHouseholdListEvent.ItemsUpdated",...

Hello Team, Is it feasible to link an account? It looks like the user behaves as a Guest User, not sure how it might work.