Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Fix some broken links (#4174)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato authored Apr 12, 2024
1 parent bd59f8d commit b6e3cac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ It's important to note that in this selected architecture, we're working within
5. **API:** API Gateway
6. **Output:** Stack outputs

Resources are contained within the VPC, policies and security groups exercise principle of least privilege, and logging is enabled. [`lambda_handler.py`](https://github.com/catmeme/arti/blob/main/src/arti_ai/lambda_handler.py) is responsible for handling API Gateway requests and imports the Slack app.
Resources are contained within the VPC, policies and security groups exercise principle of least privilege, and logging is enabled. [`lambda_api_handler.py`](https://github.com/catmeme/arti/blob/main/src/arti_ai/lambda_api_handler.py) is responsible for handling API Gateway requests and imports the Slack app.

### Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion themes/default/content/blog/pulumi-auth0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:

*Guest author Lead Devops Engineer Fernando Carletti, writes about using the Pulumi Auth0 provider to manage resources at Credijusto.*

Auth0 allows you to simplify your authentication process. The [Auth0 Provider](/registry/packages/auth0/api-docs/) allows you to manage the Auth0 resources, managing Applications, Databases, Social Connections, APIs, and other resources. Here at [Credijusto](https://credijusto.com) we use it manage authentication from the front-end through all the APIs that serve that request, leveraging the complexity of the authentication to Auth0.
Auth0 allows you to simplify your authentication process. The [Auth0 Provider](/registry/packages/auth0/api-docs/) allows you to manage the Auth0 resources, managing Applications, Databases, Social Connections, APIs, and other resources. Here at Credijusto we use it manage authentication from the front-end through all the APIs that serve that request, leveraging the complexity of the authentication to Auth0.

For this article, we will start a new Pulumi project in a fresh Auth0 account and fully configure it for a backend and a single page application and set up a connection to Github which allows you apps to authenticate with it using OAuth.

Expand Down
3 changes: 1 addition & 2 deletions themes/default/content/case-studies/credijusto.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ meta_desc: Learn how Credijusto worked with Pulumi to help its development team

customer_name: Credijusto
customer_logo: /logos/customers/credijusto_logo.svg
customer_url: https://credijusto.com

exec_summary: |
Founded in 2015, [Credijusto](https://credijusto.com/) provides asset-backed loans and
Founded in 2015, Credijusto provides asset-backed loans and
equipment leases to small and medium-sized enterprises (SMEs). With approximately 300
employees, it has launched several new financial products at better rates, faster delivery,
and peerless customer experience when compared to traditional lenders. Its operations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ In this code snippet, we assume that the Snowflake connection parameters are pas

#### Step 5: Packaging the Lambda Function

To deploy our Lambda function, we need to package it along with the necessary dependencies. We can create a zip file that includes our Lambda function code (`lambda_handler.py`) and the required libraries (`snowflake-connector-python`, `pandas`, `numpy`). We can use the `pulumi.AssetArchive` function to package the code:
To deploy our Lambda function, we need to package it along with the necessary dependencies. We can create a zip file that includes our Lambda function code (`lambda_api_handler.py`) and the required libraries (`snowflake-connector-python`, `pandas`, `numpy`). We can use the `pulumi.AssetArchive` function to package the code:

```python
import pulumi
Expand Down
2 changes: 1 addition & 1 deletion themes/default/data/newsroom.toml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ url = "https://devclass.com/2022/05/05/pulumi-broadens-reach-adding-java-yaml-cr
date = "4th May 2022"
title = "Pulumi infrastructure-as-code goes universal to build cloud apps"
img = "/logos/press/venturebeat.png"
url = "https://venturebeat.com/2022/05/04/pulumi-infrastructure-as-code-goes-universal-to-build-cloud-apps/"
url = "https://venturebeat.com/data-infrastructure/pulumi-infrastructure-as-code-goes-universal-to-build-cloud-apps/"

[[coverage]]
date = "4th May 2022"
Expand Down

0 comments on commit b6e3cac

Please sign in to comment.