AWS Step Functions 및 Amazon API Gateway 연동을 통한 서버리스 기반 승인 기능 구현하기

2017-02-20 KENNETH 0

AWS Step Functions 및 Amazon API Gateway 연동을 통한 서버리스 기반 승인 기능 구현하기 AWS Step Functions을 사용하는 가장 일반적인 사례는 프로그램 중에 사람이 개입해서 뭔가 승인해야 할 때입니다 (예: 회원 가입 시 이메일 승인 프로세스). Step Functions을 사용하면 상태 머신 이라고 하는 시각적 워크플로에서 일련의 단계별 분산 응용 프로그램 구성 요소를 쉽게 조정할 수 있습니다. 상태 머신을 신속하게 빌드 및 실행하여 응용 프로그램 단계를 안정적이고 확장성 높은 방식으로 실행할 수 있습니다. 이 글에서는 수동 승인 단계를 구현하기 위한 서버리스 디자인 패턴을 설명합니다. Step Functions 활동 작업(Activity Task)를 사용하여 나중에 결정을 내린 사람이 승인 또는 거부를 알려주는 고유한 토큰을 생성 및 반환할 수 있습니다. 기능 구현 단계 소개 Step Functions 상태 머신이 활동 작업 상태로 실행 되면, Step Functions은 활동(Activity)을 스케줄하고 활동 작업자(Activity Woker)를 기다립니다. 활동 작업자는 GetActivityTask를 호출하여 활동 작업을 가져오는 응용 프로그램 입니다. 작업자가 API 작업을 성공적으로 호출하면, [ more… ]

[도서] 3D 프린터 101

2017-02-20 KENNETH 0

[도서] 3D 프린터 101 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]3D 프린터 101 안상준,정재학 공저 | 한빛미디어 | 2017년 03월 판매가 22,500원 (10%할인) | YES포인트 1,250원(5%지급) 3D 프린터의 기초 지식부터 하드웨어 구조, 프린터 구매 및 조립, 사용법, 소프트웨어, 트러블슈팅(Trouble Shooting, 문제 해결), 활용법 등 3D 프린터를 실제로 작동시키는 데 필요한 기초 지식을 담고 있는 입문 Source: [도서] 3D 프린터 101

[도서] 네트워크 프로그래밍과 보안진단 도구활용

2017-02-19 KENNETH 0

[도서] 네트워크 프로그래밍과 보안진단 도구활용 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]네트워크 프로그래밍과 보안진단 도구활용 박진섭 저 | 공감북스 | 2017년 03월 판매가 25,000원 (0%할인) | YES포인트 0원(0%지급) Source: [도서] 네트워크 프로그래밍과 보안진단 도구활용

No Image

USN-3199-2: Python Crypto regression

2017-02-18 KENNETH 0

USN-3199-2: Python Crypto regression Ubuntu Security Notice USN-3199-2 17th February, 2017 Python Crypto regression A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 16.10 Ubuntu 16.04 LTS Ubuntu 14.04 LTS Summary USN-3199-1 introduced a regression in the Python Cryptography Toolkit which caused programs which relied on the original behavior to fail. Software description python-crypto – cryptographic algorithms and protocols for Python Details USN-3199-1 fixed a vulnerability in the Python Cryptography Toolkit.Unfortunately, various programs depended on the original behavior of the PythonCryptography Toolkit which was altered when fixing the vulnerability. Thisupdate retains the fix for the vulnerability but issues a warning rather thanthrowing an exception. Code which produces this warning should be updatedbecause future versions of the Python Cryptography Toolkit re-introduce theexception. We apologize for the inconvenience. Original advisory details: It was discovered that the ALGnew function in [ more… ]

Cognitive Service API – Search

2017-02-18 KENNETH 0

Cognitive Service API – Search In the last few posts, we’ve explored a few aspects available to you as part of the wider group of Microsoft Cognitive Services APIs. Microsoft Cognitive Services puts the power of machine learning within your reach with easy to consume REST APIs. Using the APIs and SDKs can add a whole new level of cognitive awareness and intelligence to your applications. Today, let’s take a closer look at the Search APIs and show you how to get started. The five Search APIs available are: Bing Autosuggest Bing Image Search Bing News Search Bing Video Search Bing Web Search You can use the in-browser API test that you see linked after each topic to see these in action now. At the end of the article we’ll show you how to get a free trial and your [ more… ]