Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AWS Lambdaで請求書を発行した

kouyaf77
August 12, 2020

AWS Lambdaで請求書を発行した

kouyaf77

August 12, 2020
Tweet

More Decks by kouyaf77

Other Decks in Technology

Transcript

  1. 作ったもの(表示する項目を引数で渡すとS3の署名付きURLが発行される) { "product": "sample", "dir": "2020-05-31", "file_name": "file_name001", "company_zip_code": "5000000",

    "company_address1": "company_address1", "company_address2": "company_address2", "company_name": "変えた会社 ", "department_name": "テスト部署 ", "customer_name": "テスト太郎 ", "invoiced_on": "2020年5月28日", "invoice_number": "ABC12345678", "payment_method": "direct_debit", "tax_included": "110", "payment_deadline": "2020年5月28日", "scheduled_withdrawal_date": "2020年5月28日", "must_cover_bank_transfer_fee": "false", "imprint": "true", "tax": "10", "subtotal": "110", "details": [{ "label": "label", "quantity": "1", "unit_price": "100", "price": "1", "note": "テスト" },{ "label": "label", "quantity": "1", "unit_price": "100", "price": "1", "note": "テスト" } ], "subtotals": [{ "tax_rate": "10", "tax": "10", "amount": "110" }], "options": { "attachment": "false" } }