CYberpunk edge runners
Latest articles
必須なファイルをローカルで用意する main.py Docker requirements.txt ・main.pyにはLambdaのcodeを入れる import sys sys.path.append(‘/opt/site-packages’) from ldap3 import...
1.AWS cloud shellにアクセスして、専用フォルダーを作成 mkdir denodo-layer mkdir denodo-layer JavaScript 2.フォルダー内にないって、venvを立ち上げる python -m venv venv python -m venv venv JavaScript...
やりたいこと Snowflakeのkeypair認証を設定するためのメモです。 OpenSSLをインストール ・MACの場合はデフォルトで入っている ・Windowsの場合は、Downloadする必要がある https://slproweb.com/products/Win32OpenSSL.html...
错误内容 [root@VM-16-13-centos ~]# ./run ***************************************************** ** STUN Server v1.4.0.0 ** ** ** ** ** ** CopyRight 2010~2015....
以下のQueryで、GA4のraw dataから簡単にutm parameterを抽出できる with cte as ( SELECT user_pseudo_id, event_name, (select v.value.int_value from unnest(event_params) as...
What to DO ・上記のように、adaptive cardのapproveをクリック後、Http RequestでAPIをコールして、APIのresponseをteamsに返信することを実現したい場合のメモ Adaptive Card { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",...
Azure Vnet Azure Vnetのデフォルト設定でVnetを作成 リソースでpublic ip addressを検索して、public ip addressを新しく作成 リソースでnat gatewayを検索して、nat gatewayを新しく作成 作成する際に、virtual network,...
やりたいこと AWS Lambdaのpython環境ではcustomer packageが入ってない。requestsとかのlibを利用する場合は以下のエラーが出てくる customer packageを利用するために、lambda layerを利用する必要がある。 lambda layerでは、python...
Teams側で承認用のadaptive cardを作成 { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard",...
やりたいこと Teamsで以下のようにデータを表示したい こちらのサイトでadaptive cardをpreviewできる https://adaptivecards.io/designer/ 以下のjsonで、テーブル型のデータをadaptive cardで表示できる { "$schema":...
About me
I am a data engineer at Shibuya, main about Google cloud and Google Marketing Platform. This is my blog to note some interesting thing.
Game fun
My favorite game is Cyberpunk 2077 and Overwatch.
I think Cyberpunk 2077 has the best city construction among all games. Driving or riding a motorcycle in its city is a very fascinating thing. This is the reason why I can always be addicted to it.