Skip to content

Commit

Permalink
Fable.Remoting.AwsLambda v1.0.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-Ajaj committed Jan 20, 2024
1 parent 630b0b0 commit 2a769b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Fable.Remoting.AwsLambda/Fable.Remoting.AwsLambda.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<PackageLicenseUrl>https://github.com/Zaid-Ajaj/Fable.Remoting/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl></PackageIconUrl>
<PackageTags>fsharp;fable;remoting;rpc;webserver;serverless;azure functions</PackageTags>
<Authors>Zaid Ajaj;Roman Provaznik</Authors>
<Version>1.11.0</Version>
<Authors>Zaid Ajaj</Authors>
<Version>1.0.0</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReleaseNotes>Update Microsoft.IO.RecyclableMemoryStream to v3.0</PackageReleaseNotes>
<PackageReleaseNotes>Initial release</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<Compile Include="FableLambdaAdapter.fs" />
Expand Down
4 changes: 4 additions & 0 deletions build/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ let DotnetClient = getPath "DotnetClient"
let AspNetCore = getPath "AspNetCore"
let MsgPack = getPath "MsgPack"
let AzureFunctionsWorker = getPath "AzureFunctions.Worker"
let AwsLambda = getPath "AwsLambda"
let clientTests = cwd </> "ClientTests"
let clientUITests = cwd </> "UITests"
let docs = cwd </> "documentation"
Expand Down Expand Up @@ -106,6 +107,7 @@ createTarget "PublishSuave" (publish Suave)
createTarget "PublishGiraffeNET5" (publish GiraffeNET5)
createTarget "PublishAspnetCore" (publish AspNetCore)
createTarget "PublishMsgPack" (publish MsgPack)
createTarget "PublishAwsLambda" (publish AwsLambda)


createTarget "PublishMsgPackDownstream" (fun ctx ->
Expand All @@ -117,6 +119,7 @@ createTarget "PublishMsgPackDownstream" (fun ctx ->
publish AspNetCore ctx
publish DotnetClient ctx
publish AzureFunctionsWorker ctx
publish AwsLambda ctx
)

createTarget "PublishJsonDownstream" (fun ctx ->
Expand All @@ -127,6 +130,7 @@ createTarget "PublishJsonDownstream" (fun ctx ->
publish AspNetCore ctx
publish DotnetClient ctx
publish AzureFunctionsWorker ctx
publish AwsLambda ctx
)

createTarget "PublishServerDownstream" (fun ctx ->
Expand Down

0 comments on commit 2a769b7

Please sign in to comment.