ROBOT |
ロボスタ |
子どもたちの憧れの職業“YouTuber”に迫る展覧会「動画クリエイター展」 日本科学未来館で10月8日から開催 |
https://robotstart.info/2022/04/21/miraikan-youtuber.html
|
子どもたちの憧れの職業“YouTuberに迫る展覧会「動画クリエイター展」日本科学未来館で月日から開催シェアツイートはてブいま、子どもたちのなりたい職業ランキングに“YouTuberが上位に登場することが多い。 |
2022-04-21 02:58:29 |
IT |
ITmedia 総合記事一覧 |
[ITmedia News] Instagram、オリジナルコンテンツ優先のランキングシステム改善 |
https://www.itmedia.co.jp/news/articles/2204/21/news103.html
|
instagram |
2022-04-21 11:41:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia News] 79gの“掛けて使う”ディスプレイ 「Nreal Air」はPCの外部モニター代わりになり得るか? |
https://www.itmedia.co.jp/news/articles/2204/21/news077.html
|
itmedianewsg |
2022-04-21 11:30:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia ビジネスオンライン] 「上司の“ひいき”は不公平」4割、具体的な不満は? |
https://www.itmedia.co.jp/business/articles/2204/21/news096.html
|
itmedia |
2022-04-21 11:21:00 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
Laravel Livewire model:clickの前にJS comfirmしたい |
https://qiita.com/imaiworks/items/d9851a7ce75aec9b92b6
|
click |
2022-04-21 11:58:31 |
技術ブログ |
KAYAC engineers' blog |
とある相撲ゲーム開発の思い出 |
https://techblog.kayac.com/sumo-game-memories
|
もはや何が相撲なのかわかりませんが、「力士が土俵の上にいるのだからこれは相撲」と強弁するしかありません。 |
2022-04-21 12:00:00 |
技術ブログ |
Developers.IO |
前払い購入RI/SPの、毎月の費用按分をコスト配分タグ単位でCost Explorerにて確認する |
https://dev.classmethod.jp/articles/check-ri-sp-monthly-cost/
|
awscost |
2022-04-21 02:07:09 |
技術ブログ |
Developers.IO |
KiAutoを使ってCLIでKiCadデータを出力してみた |
https://dev.classmethod.jp/articles/tried-to-output-kicad-data-with-cli-using-kiauto/
|
kiauto |
2022-04-21 02:06:27 |
技術ブログ |
Developers.IO |
Configルールを使ってパブリックアクセスが有効になっているRDSのDBインスタンスを自動修復する |
https://dev.classmethod.jp/articles/automatically-repair-db-instance-with-public-access/
|
awsconfig |
2022-04-21 02:02:50 |
海外TECH |
DEV Community |
Deploy a Docker built Lambda function with AWS CDK |
https://dev.to/wesleycheek/deploy-a-docker-built-lambda-function-with-aws-cdk-fio
|
Deploy a Docker built Lambda function with AWS CDKThis project is a minimum working example of deploying an AWS Lambda function using Docker and AWS CDK Deploying Lambda functions using Docker has a number of benefitsPackage all necessary libraries into a single Docker imageBypass AWS Lambda s size constraint of mb Docker images stored on AWS ECR have a maximum size of gb It s easy GitHub Repository CDK init amp deployI won t cover setting up CDK and bootstrapping the environment You can find that information here Once you have set up CDK we need to set up the project mkdir cdk docker lambda amp amp cd cdk docker lambdacdk init language pythonsource venv bin activatepip install r requirements txt amp amp pip install r requirements dev txtNow deploy empty stack to AWS cdk deploy Stack designOur stack will deploy only a lambda function The lambda function will be built using Docker so be sure to have Docker installed and the Docker daemon running cdk docker lambda cdk docker lambda stack pyfrom aws cdk import Stackfrom aws cdk import aws lambda as lambdafrom constructs import Constructclass CdkDockerLambdaStack Stack def init self scope Construct construct id str kwargs gt None super init scope construct id kwargs self build lambda func def build lambda func self self prediction lambda lambda DockerImageFunction scope self id ExampleDockerLambda Function name on AWS function name ExampleDockerLambda Use aws cdk aws lambda DockerImageCode from image asset to build a docker image on deployment code lambda DockerImageCode from image asset Directory relative to where you execute cdk deploy contains a Dockerfile with build instructions directory cdk docker lambda ExampleDockerLambda Lambda functionCreate a new directory in cdk docker lambda called ExampleDockerLambda Here we are going to put a Dockerfile requirements txt which holds our function s dependencies and the lambda function itself example docker lambda py cdk docker lambda ExampleDockerLambda DockerfileFROM amazon aws lambda python latestLABEL maintainer Wesley Cheek Installs python removes cache file to make things smallerRUN yum update y amp amp yum install y python python dev python pip gcc amp amp rm Rf var cache yum Be sure to copy over the function itself COPY example docker lambda py Copies requirements txt file into the containerCOPY requirements txt Installs dependencies found in your requirements txt fileRUN pip install r requirements txt Points to the handler function of your lambda functionCMD example docker lambda handler cdk docker lambda ExampleDockerLambda requirements txtrequests cdk docker lambda ExampleDockerLambda example docker lambda py Very simpleimport requestsdef handler event context return Hello Lambda Now cdk deploy AWS CDK will build your new Lambda function using Docker and then push it for you to the ECR repository that was originally created for you by running cdk bootstrap during the CDK setup How convenient After the image is built and pushed CDK will deploy the necessary infrastructure You can navigate to the AWS CloudFormation console to view the deployment It should only take a couple minutes Once finished you will find your beautful Docker deployed Lambda function on the Lambda console Test your Lambda functionWe can use any kind of event since the function always just returns a string Have fun easily deploying any sized Lambda you d like using AWS CDK and Docker |
2022-04-21 02:04:54 |
Apple |
AppleInsider - Frontpage News |
Apple expands feature that blurs iMessage nudity to UK, Canada, New Zealand, and Australia |
https://appleinsider.com/articles/22/04/20/apple-expands-feature-that-blurs-imessage-nudity-for-kids-to-the-uk-canada?utm_medium=rss
|
Apple expands feature that blurs iMessage nudity to UK Canada New Zealand and AustraliaApple is rolling out the communication safety feature that scans iMessages for nudity on devices owned by younger users in the U K Canada New Zealand and Australia months after debuting it in the U S Apple iMessageThe feature which is different from the controversial on device Photos evaluation function will automatically blur potentially harmful images in received or outgoing messages on devices owned by children Read more |
2022-04-21 02:22:25 |
海外TECH |
CodeProject Latest Articles |
Writing an X11 Color Picker With GFX |
https://www.codeproject.com/Articles/5330228/Writing-an-X11-Color-Picker-With-GFX
|
wroom |
2022-04-21 02:11:00 |
ニュース |
@日本経済新聞 電子版 |
日産・トヨタ「メタバース」活用 仮想店舗や社内会議
https://t.co/xp5AHPx4bz |
https://twitter.com/nikkei/statuses/1516969142968291330
|
仮想店舗 |
2022-04-21 02:36:42 |
ニュース |
@日本経済新聞 電子版 |
海運・空輸、遅れや運賃上昇 コロナとウクライナ侵攻で
https://t.co/oQtO5D8XT1 |
https://twitter.com/nikkei/statuses/1516967873729949696
|
運賃 |
2022-04-21 02:31:39 |
ニュース |
@日本経済新聞 電子版 |
虐待の察知、AIが補助 過去の事例もとにリスク判定
https://t.co/TCes2VTuI3 |
https://twitter.com/nikkei/statuses/1516966629523202048
|
過去 |
2022-04-21 02:26:43 |
ニュース |
@日本経済新聞 電子版 |
サイバー特捜隊発足 「日本式」で国際標準に挑む
https://t.co/LTwyyfz2RO |
https://twitter.com/nikkei/statuses/1516964597055787009
|
国際標準 |
2022-04-21 02:18:38 |
ニュース |
@日本経済新聞 電子版 |
大谷今季初勝利 6回1安打、自己最多タイの12奪三振
https://t.co/54BR7rSM2p |
https://twitter.com/nikkei/statuses/1516962844428075008
|
自己最多 |
2022-04-21 02:11:40 |
ニュース |
@日本経済新聞 電子版 |
インフレ対処「利用可能な全ての手段」 G7財務相声明
https://t.co/VBifMgGYy3 |
https://twitter.com/nikkei/statuses/1516961603052134403
|
財務相 |
2022-04-21 02:06:44 |
海外ニュース |
Japan Times latest articles |
Gregory Polanco and rookie Taisei Ota clinch Giants win |
https://www.japantimes.co.jp/sports/2022/04/21/basketball/nba/giants-carp-polanco-ota/
|
Gregory Polanco and rookie Taisei Ota clinch Giants winPolanco in his first season in Japan after eight years with the Pirates doubled home Yoshikawa and Sakamoto capping off Yomiuri s three run eighth to make |
2022-04-21 11:19:19 |
ニュース |
BBC News - Home |
Scott Morrison: Australia PM in backlash over 'blessed' disability remark |
https://www.bbc.co.uk/news/world-australia-61171449?at_medium=RSS&at_campaign=KARANGA
|
morrison |
2022-04-21 02:22:57 |
ニュース |
BBC News - Home |
French election: Voters react to the Macron and Le Pen TV debate |
https://www.bbc.co.uk/news/world-europe-61171715?at_medium=RSS&at_campaign=KARANGA
|
macron |
2022-04-21 02:26:25 |
北海道 |
北海道新聞 |
NZ―コスタリカ戦、6月14日 W杯プレーオフ、日本と同組に |
https://www.hokkaido-np.co.jp/article/672201/
|
月日 |
2022-04-21 11:17:00 |
北海道 |
北海道新聞 |
春うららか、道内各地で気温上昇 女満別空港で23・7度 |
https://www.hokkaido-np.co.jp/article/672198/
|
女満別空港 |
2022-04-21 11:09:47 |
北海道 |
北海道新聞 |
秋篠宮夫妻、伊勢神宮参拝 「立皇嗣の礼」関連行事 |
https://www.hokkaido-np.co.jp/article/672197/
|
三重県伊勢市 |
2022-04-21 11:01:00 |
マーケティング |
MarkeZine |
検索せずに出かける先が決められる「MapFan未来情報」提供開始、3年先までの情報を地図上に掲載 |
http://markezine.jp/article/detail/38852
|
mapfan |
2022-04-21 11:30:00 |
コメント
コメントを投稿