HDE BLOG

コードもサーバも、雲の上

2016-02-01から1ヶ月間の記事一覧

自作Let's EncryptクライアントをGoで書いた話

開発部たなべです。 Let's Encrypt (以下LE)が今年の1月についにDNSベースのドメイン認可をプロダクション環境で有効にしました。 Turned on support for the ACME DNS challenge in production today. Enjoy!— Let's Encrypt (@letsencrypt) 2016, 1月 20…

Building AWS Lambda function in Rust

This post is a summary of my presentation on 18th Monthly Technical Session. As I worked more on AWS Lambda for some feature of our service, I looked into developing AWS Lambda functions with languages not supported by Amazon. Recently, I'…