DEV Community

Yasuhiro Matsuda for AWS Community Builders

Posted on • Edited on

2

Lambdaで.NET 7のカスタムランタイムを実行する

.NET6での実行速度をさらに改善するために.NET 7から対応しているAOTのメリットを享受しようとした。

結論としては実行した結果、実行時に以下の例外エラーが生成されてしまった。
Dynamic code generationの必要な実装が含まれている場合には移行できないので検討する上での注意事項してほしい。

System.PlatformNotSupportedException: Dynamic code generation is not supported on this platform.

.NET8がLambdaで正式サポートされ、カスタムランタイムで実行せずにすむようになった時に、この部分の動きがどのようになるか確認してみたい。

Top comments (0)

Best Practices for Running  Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK cover image

Best Practices for Running Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK

This post discusses the process of migrating a growing WordPress eShop business to AWS using AWS CDK for an easily scalable, high availability architecture. The detailed structure encompasses several pillars: Compute, Storage, Database, Cache, CDN, DNS, Security, and Backup.

Read full post

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay