Slide 110
Slide 110 text
FY4QSJOH$MPVE'VODUJPO ࣮
w 'SBNFXPSLT%SJWFST*OUFSGBDF"EBQUFST
w -BNCEB͔Βͷݺͼग़͠Λड͚Δ)BOEMFSͱ
'VODUJPO
w -BNCEBͷΠϕϯτ͔Β"QQMJDBUJPO4FSWJDF
Λݺͼग़͢ബ͍ॲཧ
w αʔόʔϨεϓϩόΠμʔґଘͷॲཧΛด͡ࠐ
ΊΔ
class AccountCreateHandler extends
SpringBootApiGatewayRequestHandler {}
class AccountCreate implements
Function {
AccountService accountService;
@Override
public APIGatewayProxyResponseEvent apply(APIGatewayProxyRequestEvent req) {
// ...
accountService.create();
// ...
return new APIGatewayProxyResponseEvent();
}
}