
@DirtyF Splish splosh!

@heydonworks Yeeaaah, baby!

Phil Hawksworth
@philhawksworth •
Proud of this. All new sites on Netlify are HTTPS by default. https://twitter.com/Netlify/status/1013818257269231616

@s10wen @Netlify Site passwords are a paid feature. Check out Teams Pro:
https://www.netlify.com/pricing/#teams
https://www.netlify.com/pricing/#teams


@HenrikJoreteg If understand you correctly, you should be able to match for the .js file extensions and handle them differently. Something like:
/*.js /jsnotfound.html 404
/* /index.html 200
/*.js /jsnotfound.html 404
/* /index.html 200

@thepatwalls @ksaitor @Netlify Aha. Interesting.
It sounds like you're also keen to play work with Rails anyhow, but FWIW @smashingmag is an example of a site who successfully generate many many thousands of pages with @GoHugoIO.
It sounds like you're also keen to play work with Rails anyhow, but FWIW @smashingmag is an example of a site who successfully generate many many thousands of pages with @GoHugoIO.

@thepatwalls @ksaitor @Netlify Nice traffic bump. Kudos!
Sorry to drop in at the mention of Netlify... but "page caching issues"? You were having trouble?
Sorry to drop in at the mention of Netlify... but "page caching issues"? You were having trouble?

@jbmoelker @Netlify Ahaah!
I see. Yeah, at the moment, you'll need to stage that on Netlify to get access to the form handling and trigger that event in the same way.
You could log out the payload and review the logs of each function invocation in the functions section of the Netlify admin UI.
I see. Yeah, at the moment, you'll need to stage that on Netlify to get access to the form handling and trigger that event in the same way.
You could log out the payload and review the logs of each function invocation in the functions section of the Netlify admin UI.

@jbmoelker @Netlify Testing locally can be done via https://www.npmjs.com/package/netlify-lambda which I use in this starter template:
http://templates.netlify.com/template/eleventy-starter-with-functions/
Expect more examples and tooling to come in the future!
http://templates.netlify.com/template/eleventy-starter-with-functions/
Expect more examples and tooling to come in the future!

@jbmoelker @Netlify Great!
You can find some good docs about using functions and about event-triggered functions here:
https://www.netlify.com/docs/functions/#event-triggered-functions
Previously, I had been connecting form submissions with functions via webhook notifications which you can see in this example:
https://jamstack-comments.netlify.com/
You can find some good docs about using functions and about event-triggered functions here:
https://www.netlify.com/docs/functions/#event-triggered-functions
Previously, I had been connecting form submissions with functions via webhook notifications which you can see in this example:
https://jamstack-comments.netlify.com/

Phil Hawksworth
@philhawksworth •
@Julieanne, @rem My ability to communicate with you about #ffconf as I had hoped, was ***crushed*** by your form validation.
Which in retrospect, seems reasonable.
Which in retrospect, seems reasonable.

@t_czechowski @awscloud @nodejs @goserverless @reactjs @Netlify Nice!
I'd be curious to hear any feedback about Lambda via Netlify Functions if you've given that a try. The architecture you describe is exactly what we were thinking of when designing a development workflow to simplify things & bring it all together.
https://www.netlify.com/features#functions
I'd be curious to hear any feedback about Lambda via Netlify Functions if you've given that a try. The architecture you describe is exactly what we were thinking of when designing a development workflow to simplify things & bring it all together.
https://www.netlify.com/features#functions

Phil Hawksworth
@philhawksworth •
This event is worth your attention! https://twitter.com/designmattersdk/status/1012613277308915712

@garytube_ber @Netlify Oooft!
Can I suggest you email support@netlify.com? They can respond far better there than over twitter.
I've also notified the team.
Can I suggest you email support@netlify.com? They can respond far better there than over twitter.
I've also notified the team.

@garytube_ber @Netlify You'll not get a response from that endpoint. You can browse the API from https://open-api.netlify.com/#/default
...I'm also having no problems deploying personally. You're deploys are failing?
...I'm also having no problems deploying personally. You're deploys are failing?