AWS Toolkit for IntelliJ를 통해 손쉽게 서버리스 앱 배포해 보기

2019-08-08 KENNETH 0

AWS Toolkit for IntelliJ를 통해 손쉽게 서버리스 앱 배포해 보기 작년 re:Invent에서 AWS Toolkit for IntelliJ 작업이 진행 중임을 알려 드린바 있습니다. 그 이후로 이 툴킷은 GitHub에서 활발한 개발이 진행되어 왔으며, 지난 3월에 정식 출시 하였습니다.  이 툴킷은 서버리스 애플리케이션 개발을 위한 통합 환경을 제공합니다. 예를 들어, 이를 통해 다음과 같은 작업을 수행할 수 있습니다. Java로 개발한 애플리케이션을 서버리스로 즉시 배포 가능 AWS Lambda와 유사한 실행 환경에서 단계별 디버깅을 이용해서 로컬에서 코드 테스트 원하는 AWS 리전에 애플리케이션을 배포 Lambda 함수를 로컬 또는 원격에서 호출 . Amazon S3, Amazon API Gateway 및 Amazon SNS과 같은 다양한 이벤트 소스로부터 샘플 페이로드를 사용하거나 맞춤 설정 가능 이 글에서는 간단하게 AWS Toolkit for IntelliJ 사용 방법을 소개합니다. AWS Toolkit for IntelliJ 설치 먼저, AWS SAM(Serverless Application Model) CLI를 설치합니다. 이 CLI는 Lambda와 유사한 실행 환경을 제공하며 단계별 코드 디버깅을 지원합니다. 또한 이 툴킷으로 SAM CLI를 사용하여 애플리케이션에 대한 [ more… ]

Microsoft and Samsung partner to empower you to achieve more

2019-08-08 KENNETH 0

Microsoft and Samsung partner to empower you to achieve more Today, we joined Samsung on stage in New York City at their Galaxy Unpacked event to share a vision for the future of productivity and how we will continue to partner in the coming years to empower people to achieve more across new Samsung devices and Microsoft experiences. This begins the next chapter of our long-standing partnership with Samsung and is another step in our journey to bring the best of Microsoft productivity to the devices you know and love. We are excited to announce that the new Samsung Galaxy Note10 phones will help you get more done right out of the box, natively integrated with best-in-class productivity apps and services from Microsoft including OneDrive, Outlook, Your Phone app (Link to Windows), and access to Word, Excel and PowerPoint. As [ more… ]

Announcing Windows 10 Insider Preview Build 18956

2019-08-08 KENNETH 0

Announcing Windows 10 Insider Preview Build 18956 Hello Windows Insiders, today we’re releasing Windows 10 Insider Preview Build 18956 (20H1) to Windows Insiders in the Fast ring. IMPORTANT: As is normal with builds early in the development cycle, these builds may contain bugs that might be painful for some. If you take this flight, you won’t be able to switch Slow or Release Preview rings without doing a clean-install on your PC. If you want a complete look at what build is in which Insider ring, head over to Flight Hub. You can also check out the rest of our documentation here including a complete list of new features and updates that have gone out as part of Insider flights for the current development cycle. What’s new in Build 18956 A redesigned Network Status page in Settings   Based on [ more… ]

No Image

TraceProcessor 0.2.0

2019-08-08 KENNETH 0

TraceProcessor 0.2.0 TraceProcessor version 0.2.0 is now available on NuGet with the following package ID: Microsoft.Windows.EventTracing.Processing.All This release contains minor feature additions and bug fixes since version 0.1.0. (A full changelog is below). There are a couple of project settings we recommend using with TraceProcessor: We recommend running exes as 64-bit. The Visual Studio default for a new C# console application is Any CPU with Prefer 32-bit checked. Trace processing can be memory-intensive, especially with larger traces, and we recommend changing Platform target to x64 (or unchecking Prefer 32-bit) in exes that use TraceProcessor. To change these settings, see the Build tab under Properties for the project. To change these settings for all configurations, ensure that the Configuration dropdown is set to All Configurations, rather than the default of the current configuration only. We also suggest using NuGet with the [ more… ]

No Image

Windows 10 SDK Preview Build 18950 available now!

2019-08-07 KENNETH 0

Windows 10 SDK Preview Build 18950 available now! Today, we released a new Windows 10 Preview Build of the SDK to be used in conjunction with Windows 10 Insider Preview (Build 18950 or greater). The Preview SDK Build 18950 contains bug fixes and under development changes to the API surface area. The Preview SDK can be downloaded from developer section on Windows Insider. For feedback and updates to the known issues, please see the developer forum. For new developer feature requests, head over to our Windows Platform UserVoice. Things to note: This build works in conjunction with previously released SDKs and Visual Studio 2017 and 2019. You can install this SDK and still also continue to submit your apps that target Windows 10 build 1903 or earlier to the Microsoft Store. The Windows SDK will now formally only be supported by Visual Studio 2017 [ more… ]