Skip to content

DOMAIN_NAME in Twilio Functions does not include https:// #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 23, 2018

Conversation

dbbidclips
Copy link

Create the following in a twilio function to see what I mean:

exports.handler = function(context, event, callback) {
callback(null, context.DOMAIN_NAME);
};

@dkundel dkundel merged commit b5d51c6 into twilio-labs:master Sep 23, 2018
@dkundel
Copy link
Contributor

dkundel commented Sep 23, 2018

Thanks for the contribution!

dkundel pushed a commit that referenced this pull request Aug 10, 2020
dkundel pushed a commit that referenced this pull request Aug 10, 2020
dkundel pushed a commit that referenced this pull request Aug 11, 2020
Previously, validating that the account sid looked like an account sid
lead to the option being mandatory. This updates the prompt to not worry
if the account sid is an empty string.

It also adds a --skip-credentials option to avoid the tool prompting at
all.

Fixes #3.
dkundel pushed a commit that referenced this pull request Aug 11, 2020
Previously, validating that the account sid looked like an account sid
lead to the option being mandatory. This updates the prompt to not worry
if the account sid is an empty string.

It also adds a --skip-credentials option to avoid the tool prompting at
all.

Fixes #3.
dkundel pushed a commit that referenced this pull request Aug 12, 2020
Previously, validating that the account sid looked like an account sid
lead to the option being mandatory. This updates the prompt to not worry
if the account sid is an empty string.

It also adds a --skip-credentials option to avoid the tool prompting at
all.

Fixes #3.
dkundel pushed a commit that referenced this pull request Aug 12, 2020
* Add Keytar as a peer and dev dependency

* Peer dependency not needed
dkundel pushed a commit that referenced this pull request Aug 12, 2020
* Add Keytar as a peer and dev dependency

* Peer dependency not needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants