github.com/mweagle/Sparta@v1.15.0/docs/example_service/index.xml (about) 1 <?xml version="1.0" encoding="utf-8" standalone="yes"?> 2 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 3 <channel> 4 <title>Example Service on Sparta - AWS Lambda Microservices</title> 5 <link>/example_service/</link> 6 <description>Recent content in Example Service on Sparta - AWS Lambda Microservices</description> 7 <generator>Hugo -- gohugo.io</generator> 8 <language>en-US</language> 9 <lastBuildDate>Wed, 09 Mar 2016 19:56:50 +0100</lastBuildDate> 10 11 <atom:link href="/example_service/index.xml" rel="self" type="application/rss+xml" /> 12 13 14 <item> 15 <title>Overview</title> 16 <link>/example_service/step1/</link> 17 <pubDate>Tue, 03 Oct 2017 07:15:40 +0000</pubDate> 18 19 <guid>/example_service/step1/</guid> 20 <description>Sparta is a framework for developing and deploying go based AWS Lambda-backed microservices. To help understand what that means we&rsquo;ll begin with a &ldquo;Hello World&rdquo; lambda function and eventually deploy that to AWS. Note that we&rsquo;re not going to handle all error cases to keep the example code to a minimum. 21 Please be aware that running Lambda functions may incur costs. Be sure to decommission Sparta stacks after you are finished using them (via the delete command line option) to avoid unwanted charges.</description> 22 </item> 23 24 <item> 25 <title>Details</title> 26 <link>/example_service/step2/</link> 27 <pubDate>Wed, 09 Mar 2016 19:56:50 +0100</pubDate> 28 29 <guid>/example_service/step2/</guid> 30 <description>The Overview walked through a simple &ldquo;Hello World&rdquo; example. In this section we&rsquo;ll cover how Sparta works in preparation for moving on to more advanced use. Most development will use the provision command line argument, so this section will outline exactly what that entails. 31 Provisioning Flow The provisioning workflow is defined in provision.go, with a goal of marshalling all AWS operations into a CloudFormation template. Where CloudFormation does not support a given service, Sparta falls back to using Lambda-backed Custom Resources in the template definition.</description> 32 </item> 33 34 </channel> 35 </rss>